mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore(cli): lighten flags on help page (#9606)
This commit is contained in:
@ -4,19 +4,19 @@ coder v0.0.0-devel
|
||||
coder users create [flags]
|
||||
|
||||
[93mOPTIONS:[0m
|
||||
[94m-[0m[94me[0m, [94m--[0m[94memail[0m string
|
||||
[96m-[0m[96me[0m, [96m--[0m[96memail[0m string
|
||||
Specifies an email address for the new user.
|
||||
|
||||
[94m--[0m[94mlogin-type[0m string
|
||||
[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.
|
||||
|
||||
[94m-[0m[94mp[0m, [94m--[0m[94mpassword[0m string
|
||||
[96m-[0m[96mp[0m, [96m--[0m[96mpassword[0m string
|
||||
Specifies a password for the new user.
|
||||
|
||||
[94m-[0m[94mu[0m, [94m--[0m[94musername[0m string
|
||||
[96m-[0m[96mu[0m, [96m--[0m[96musername[0m string
|
||||
Specifies a username for the new user.
|
||||
|
||||
———
|
||||
|
Reference in New Issue
Block a user