feat(cli): Add support for delay_login_until_ready (#5851)

This commit is contained in:
Mathias Fredriksson
2023-01-27 19:05:40 +02:00
committed by GitHub
parent cf93fbd39a
commit a753703e47
6 changed files with 427 additions and 60 deletions

View File

@ -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