mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
refactor: deprecate login_before_ready in favor of startup_script_behavior (#7837)
Fixes #7758
This commit is contained in:
Vendored
+3
-3
@@ -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