File tree 2 files changed +10
-10
lines changed 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ Add an SSH Host entry for your workspaces "ssh coder.workspace"
12
12
[40m [0m[91;40m$ coder config-ssh --dry-run[0m[40m [0m
13
13
14
14
[1mOptions[0m
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 .
19
19
20
20
-n, --dry-run bool, $CODER_SSH_DRY_RUN
21
21
Perform a trial run with no changes made, showing a diff at the end.
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ coder config-ssh [flags]
25
25
26
26
## Options
27
27
28
- ### --coder-cli -path
28
+ ### --coder-binary -path
29
29
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 > |
34
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'.
35
+ Optionally specify the absolute path to the coder binary used in ProxyCommand. By default, the binary invoking this command ( 'config ssh') is used .
36
36
37
37
### -n, --dry-run
38
38
You can’t perform that action at this time.
0 commit comments