mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
test: Generate golden files for all (visible) CLI commands (#5479)
This commit is contained in:
Vendored
+37
@@ -0,0 +1,37 @@
|
||||
Start a shell into a workspace
|
||||
|
||||
Usage:
|
||||
coder ssh <workspace> [flags]
|
||||
|
||||
Flags:
|
||||
-A, --forward-agent Specifies whether to forward the SSH agent
|
||||
specified in $SSH_AUTH_SOCK.
|
||||
Consumes $CODER_SSH_FORWARD_AGENT
|
||||
-h, --help help for ssh
|
||||
--identity-agent string Specifies which identity agent to use (overrides
|
||||
$SSH_AUTH_SOCK), forward agent must also be
|
||||
enabled.
|
||||
Consumes $CODER_SSH_IDENTITY_AGENT
|
||||
--stdio Specifies whether to emit SSH output over
|
||||
stdin/stdout.
|
||||
Consumes $CODER_SSH_STDIO
|
||||
--workspace-poll-interval duration Specifies how often to poll for workspace automated
|
||||
shutdown.
|
||||
Consumes $CODER_WORKSPACE_POLL_INTERVAL (default 1m0s)
|
||||
|
||||
Global Flags:
|
||||
--global-config coder Path to the global coder config directory.
|
||||
Consumes $CODER_CONFIG_DIR (default "/tmp/coder-cli-test-config")
|
||||
--header stringArray HTTP headers added to all requests. Provide as "Key=Value".
|
||||
Consumes $CODER_HEADER
|
||||
--no-feature-warning Suppress warnings about unlicensed features.
|
||||
Consumes $CODER_NO_FEATURE_WARNING
|
||||
--no-version-warning Suppress warning when client and server versions do not match.
|
||||
Consumes $CODER_NO_VERSION_WARNING
|
||||
--token string Specify an authentication token. For security reasons setting
|
||||
CODER_SESSION_TOKEN is preferred.
|
||||
Consumes $CODER_SESSION_TOKEN
|
||||
--url string URL to a deployment.
|
||||
Consumes $CODER_URL
|
||||
-v, --verbose Enable verbose output.
|
||||
Consumes $CODER_VERBOSE
|
||||
Reference in New Issue
Block a user