mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
24 lines
767 B
Plaintext
24 lines
767 B
Plaintext
coder v0.0.0-devel
|
|
|
|
[93mUSAGE:[0m
|
|
coder users create [flags]
|
|
|
|
[93mOPTIONS:[0m
|
|
[96m-[0m[96me[0m, [96m--[0m[96memail[0m string
|
|
Specifies an email address for the new user.
|
|
|
|
[96m--[0m[96mlogin-type[0m string
|
|
Optionally specify the login type for the user. Valid values are:
|
|
password, none, github, oidc. Using 'none' prevents the user from
|
|
authenticating and requires an API key/token to be generated by an
|
|
admin.
|
|
|
|
[96m-[0m[96mp[0m, [96m--[0m[96mpassword[0m string
|
|
Specifies a password for the new user.
|
|
|
|
[96m-[0m[96mu[0m, [96m--[0m[96musername[0m string
|
|
Specifies a username for the new user.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|