mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat(cli): Add support for delay_login_until_ready
(#5851)
This commit is contained in:
committed by
GitHub
parent
cf93fbd39a
commit
a753703e47
7
cli/testdata/coder_ssh_--help.golden
vendored
7
cli/testdata/coder_ssh_--help.golden
vendored
@ -20,6 +20,13 @@ Flags:
|
||||
$SSH_AUTH_SOCK), forward agent must also be
|
||||
enabled.
|
||||
Consumes $CODER_SSH_IDENTITY_AGENT
|
||||
--no-wait Specifies whether to wait for a workspace to become
|
||||
ready before logging in (only applicable when the
|
||||
delay login until ready option is enabled). 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.
|
||||
Consumes $CODER_SSH_NO_WAIT
|
||||
--stdio Specifies whether to emit SSH output over
|
||||
stdin/stdout.
|
||||
Consumes $CODER_SSH_STDIO
|
||||
|
Reference in New Issue
Block a user