You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Specifies whether or not to wait for the startup script to finish executing. Auto means that the agent startup script behavior configured in the workspace template is used.",
Description: "Specifies whether to wait for a workspace to become ready before 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.",
387
+
Description: "Enter workspace immediately after the agent has connected. This is the default if the template has configured the agent startup script behavior as non-blocking.",
Copy file name to clipboardExpand all lines: docs/cli/ssh.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Enable diagnostic logging to file.
65
65
| Type | <code>bool</code> |
66
66
| Environment | <code>$CODER_SSH_NO_WAIT</code> |
67
67
68
-
Specifies whether to wait for a workspace to become ready before 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.
68
+
Enter workspace immediately after the agent has connected. This is the default if the template has configured the agent startup script behavior as non-blocking.
69
69
70
70
### --stdio
71
71
@@ -76,6 +76,16 @@ Specifies whether to wait for a workspace to become ready before logging in (onl
76
76
77
77
Specifies whether to emit SSH output over stdin/stdout.
Specifies whether or not to wait for the startup script to finish executing. Auto means that the agent startup script behavior configured in the workspace template is used.
0 commit comments