mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
feat(cli/configssh): add support for wait yes/no/auto (#7893)
Refs #7768
This commit is contained in:
committed by
GitHub
parent
94aa9be33a
commit
a1c32954d9
7
cli/testdata/coder_config-ssh_--help.golden
vendored
7
cli/testdata/coder_config-ssh_--help.golden
vendored
@ -18,7 +18,7 @@ Add an SSH Host entry for your workspaces "ssh coder.workspace"
|
||||
--ssh-config-file string, $CODER_SSH_CONFIG_FILE (default: ~/.ssh/config)
|
||||
Specifies the path to an SSH config.
|
||||
|
||||
--ssh-host-prefix string
|
||||
--ssh-host-prefix string, $CODER_CONFIGSSH_SSH_HOST_PREFIX
|
||||
Override the default host prefix.
|
||||
|
||||
-o, --ssh-option string-array, $CODER_SSH_CONFIG_OPTS
|
||||
@ -28,6 +28,11 @@ Add an SSH Host entry for your workspaces "ssh coder.workspace"
|
||||
Specifies whether or not to keep options from previous run of
|
||||
config-ssh.
|
||||
|
||||
--wait yes|no|auto, $CODER_CONFIGSSH_WAIT (default: auto)
|
||||
Specifies whether or not to wait for the startup script to finish
|
||||
executing. Auto means that the agent startup script behavior
|
||||
configured in the workspace template is used.
|
||||
|
||||
-y, --yes bool
|
||||
Bypass prompts.
|
||||
|
||||
|
Reference in New Issue
Block a user