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:
@ -7,27 +7,27 @@ coder v0.0.0-devel
|
||||
it to every organization.
|
||||
|
||||
[93mOPTIONS:[0m
|
||||
[94m--[0m[94memail[0m string, [94m$CODER_EMAIL[0m
|
||||
[96m--[0m[96memail[0m string, [96m$CODER_EMAIL[0m
|
||||
The email of the new user. If not specified, you will be prompted via
|
||||
stdin.
|
||||
|
||||
[94m--[0m[94mpassword[0m string, [94m$CODER_PASSWORD[0m
|
||||
[96m--[0m[96mpassword[0m string, [96m$CODER_PASSWORD[0m
|
||||
The password of the new user. If not specified, you will be prompted
|
||||
via stdin.
|
||||
|
||||
[94m--[0m[94mpostgres-url[0m string, [94m$CODER_PG_CONNECTION_URL[0m
|
||||
[96m--[0m[96mpostgres-url[0m string, [96m$CODER_PG_CONNECTION_URL[0m
|
||||
URL of a PostgreSQL database. If empty, the built-in PostgreSQL
|
||||
deployment will be used (Coder must not be already running in this
|
||||
case).
|
||||
|
||||
[94m--[0m[94mraw-url[0m bool
|
||||
[96m--[0m[96mraw-url[0m bool
|
||||
Output the raw connection URL instead of a psql command.
|
||||
|
||||
[94m--[0m[94mssh-keygen-algorithm[0m string, [94m$CODER_SSH_KEYGEN_ALGORITHM[0m (default: ed25519)
|
||||
[96m--[0m[96mssh-keygen-algorithm[0m string, [96m$CODER_SSH_KEYGEN_ALGORITHM[0m (default: ed25519)
|
||||
The algorithm to use for generating ssh keys. Accepted values are
|
||||
"ed25519", "ecdsa", or "rsa4096".
|
||||
|
||||
[94m--[0m[94musername[0m string, [94m$CODER_USERNAME[0m
|
||||
[96m--[0m[96musername[0m string, [96m$CODER_USERNAME[0m
|
||||
The username of the new user. If not specified, you will be prompted
|
||||
via stdin.
|
||||
|
||||
|
Reference in New Issue
Block a user