Skip to content

Commit 7d020f4

Browse files
committed
Add cli commands
1 parent 9549805 commit 7d020f4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/self-hosting/cli-commands.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
sidebar_position: 6
3+
---
4+
5+
# CLI Commands
6+
7+
The solidtime CLI provides a set of commands to manage your self-hosted solidtime instance.
8+
9+
## `artisan admin:user:create [name] [email]`
10+
11+
This command creates a new user in the solidtime application. Per default this command does not send out any emails.
12+
13+
### Options
14+
15+
| Name | Default | Description |
16+
|----------------------|---------|-------------------------------------------------------------------------------------------------------------|
17+
| `--ask-for-password` | | Ask for the password of the user. If this option is missing a random password will be generated and output. |
18+
| `--verify-email` | | Manually mark the email of the newly created user verified. |
19+
20+
## `artisan admin:user:verify [email]`
21+
22+
This command verifies the email address of a user.

0 commit comments

Comments
 (0)