mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
refactor: deprecate login_before_ready
in favor of startup_script_behavior
(#7837)
Fixes #7758
This commit is contained in:
committed by
GitHub
parent
93378daeb3
commit
660bbb8d38
6
cli/testdata/coder_ssh_--help.golden
vendored
6
cli/testdata/coder_ssh_--help.golden
vendored
@ -26,9 +26,9 @@ Start a shell into a workspace
|
||||
|
||||
--no-wait bool, $CODER_SSH_NO_WAIT
|
||||
Specifies whether to wait for a workspace to become ready before
|
||||
logging in (only applicable when the login before ready option has not
|
||||
been enabled). Note that the workspace agent may still be in the
|
||||
process of executing the startup script and the workspace may be in an
|
||||
logging in (only applicable when the startup script behavior is
|
||||
blocking). Note that the workspace agent may still be in the process
|
||||
of executing the startup script and the workspace may be in an
|
||||
incomplete state.
|
||||
|
||||
--stdio bool, $CODER_SSH_STDIO
|
||||
|
Reference in New Issue
Block a user