mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
feat: add YAML support to server (#6934)
This commit is contained in:
10
cli/testdata/coder_server_--help.golden
vendored
10
cli/testdata/coder_server_--help.golden
vendored
@ -57,6 +57,16 @@ Clients include the coder cli, vs code extension, and the web UI.
|
||||
--ssh-hostname-prefix string, $CODER_SSH_HOSTNAME_PREFIX (default: coder.)
|
||||
The SSH deployment prefix is used in the Host of the ssh config.
|
||||
|
||||
[1mConfig Options[0m
|
||||
Use a YAML configuration file when your server launch become unwieldy.
|
||||
|
||||
-c, --config yaml-config-path, $CODER_CONFIG_PATH
|
||||
Specify a YAML file to load configuration from.
|
||||
|
||||
--write-config bool
|
||||
|
||||
Write out the current server config as YAML to stdout.
|
||||
|
||||
[1mIntrospection / Logging Options[0m
|
||||
--log-human string, $CODER_LOGGING_HUMAN (default: /dev/stderr)
|
||||
Output human-readable logs to a given file.
|
||||
|
Reference in New Issue
Block a user