mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
15 lines
329 B
Plaintext
15 lines
329 B
Plaintext
Usage: coder users create [flags]
|
||
|
||
[1mOptions[0m
|
||
-e, --email string
|
||
Specifies an email address for the new user.
|
||
|
||
-p, --password string
|
||
Specifies a password for the new user.
|
||
|
||
-u, --username string
|
||
Specifies a username for the new user.
|
||
|
||
---
|
||
Run `coder --help` for a list of global options.
|