mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
feat: restart stopped workspaces on ssh command (#11050)
* feat: autostart workspaces on ssh & port forward This is opt out by default. VScode ssh does not have this behavior
This commit is contained in:
3
cli/testdata/coder_config-ssh_--help.golden
vendored
3
cli/testdata/coder_config-ssh_--help.golden
vendored
@ -21,6 +21,9 @@ OPTIONS:
|
||||
ProxyCommand. By default, the binary invoking this command ('config
|
||||
ssh') is used.
|
||||
|
||||
--disable-autostart bool, $CODER_CONFIGSSH_DISABLE_AUTOSTART (default: false)
|
||||
Disable starting the workspace automatically when connecting via SSH.
|
||||
|
||||
-n, --dry-run bool, $CODER_SSH_DRY_RUN
|
||||
Perform a trial run with no changes made, showing a diff at the end.
|
||||
|
||||
|
Reference in New Issue
Block a user