mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
36 lines
587 B
Markdown
36 lines
587 B
Markdown
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# users create
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder users create [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
### -e, --email
|
|
|
|
| | |
|
|
| ---- | ------------------- |
|
|
| Type | <code>string</code> |
|
|
|
|
Specifies an email address for the new user.
|
|
|
|
### -p, --password
|
|
|
|
| | |
|
|
| ---- | ------------------- |
|
|
| Type | <code>string</code> |
|
|
|
|
Specifies a password for the new user.
|
|
|
|
### -u, --username
|
|
|
|
| | |
|
|
| ---- | ------------------- |
|
|
| Type | <code>string</code> |
|
|
|
|
Specifies a username for the new user.
|