Skip to content

Commit ee99527

Browse files
committed
make gen
1 parent 252f4f3 commit ee99527

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ 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'.
19+
1520
-n, --dry-run bool, $CODER_SSH_DRY_RUN
1621
Perform a trial run with no changes made, showing a diff at the end.
1722

docs/cli/config-ssh.md

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

2626
## Options
2727

28+
### --coder-cli-path
29+
30+
| | |
31+
| ----------- | --------------------------------------- |
32+
| Type | <code>string</code> |
33+
| Environment | <code>$CODER_SSH_CONFIG_CLI_PATH</code> |
34+
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'.
36+
2837
### -n, --dry-run
2938

3039
| | |

0 commit comments

Comments
 (0)