Skip to content

Commit d9e1285

Browse files
committed
make gen
1 parent a7a435e commit d9e1285

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

cli/testdata/coder_config-ssh_--help.golden

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Add an SSH Host entry for your workspaces "ssh coder.workspace"
1212
 $ coder config-ssh --dry-run 
1313

1414
Options
15-
--coder-cli-path string, $CODER_SSH_CONFIG_CLI_PATH
16-
Optional to specify the path for the coder cli uses in ProxyCommand.
17-
By default, the coder cli used is the same cli being invoked with
18-
'config ssh'.
15+
--coder-binary-path string, $CODER_SSH_CONFIG_BINARY_PATH
16+
Optionally specify the absolute path to the coder binary used in
17+
ProxyCommand. By default, the binary invoking this command ('config
18+
ssh') is used.
1919

2020
-n, --dry-run bool, $CODER_SSH_DRY_RUN
2121
Perform a trial run with no changes made, showing a diff at the end.

docs/cli/config-ssh.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ coder config-ssh [flags]
2525

2626
## Options
2727

28-
### --coder-cli-path
28+
### --coder-binary-path
2929

30-
| | |
31-
| ----------- | --------------------------------------- |
32-
| Type | <code>string</code> |
33-
| Environment | <code>$CODER_SSH_CONFIG_CLI_PATH</code> |
30+
| | |
31+
| ----------- | ------------------------------------------ |
32+
| Type | <code>string</code> |
33+
| Environment | <code>$CODER_SSH_CONFIG_BINARY_PATH</code> |
3434

35-
Optional to specify the path for the coder cli uses in ProxyCommand. By default, the coder cli used is the same cli being invoked with 'config ssh'.
35+
Optionally specify the absolute path to the coder binary used in ProxyCommand. By default, the binary invoking this command ('config ssh') is used.
3636

3737
### -n, --dry-run
3838

0 commit comments

Comments
 (0)