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
Short: "Start a shell into a workspace or run a command",
95
-
Long: "This command does not have full parity with the standard SSH command. For users who need the full functionality of SSH, create an ssh configuration with `coder config-ssh`.",
95
+
Long: "This command does not have full parity with the standard SSH command. For users who need the full functionality of SSH, create an ssh configuration with `coder config-ssh`.\n\n"+
96
+
FormatExamples(
97
+
Example{
98
+
Description: "Use `--` to separate and pass flags directly to the command executed via SSH.",
99
+
Command: "coder ssh <workspace> -- ls -la",
100
+
},
101
+
),
96
102
Middleware: serpent.Chain(
97
103
// Require at least one arg for the workspace name
0 commit comments