Skip to content

Commit 2b61799

Browse files
committed
Make gen + update golden files
1 parent 00ae65c commit 2b61799

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

cli/testdata/coder_--help.golden

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ variables or flags.
8282
--no-version-warning bool, $CODER_NO_VERSION_WARNING
8383
Suppress warning when client and server versions do not match.
8484

85+
-z, --organization string, $CODER_ORGANIZATION
86+
Select which organization (uuid or name) to use as default. This
87+
overrides what is present in the config file.
88+
8589
--token string, $CODER_SESSION_TOKEN
8690
Specify an authentication token. For security reasons setting
8791
CODER_SESSION_TOKEN is preferred.

docs/cli.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,16 @@ Suppress warnings about unlicensed features.
130130

131131
Suppress warning when client and server versions do not match.
132132

133+
### -z, --organization
134+
135+
| | |
136+
| ----------- | -------------------------------- |
137+
| Type | <code>string</code> |
138+
| Environment | <code>$CODER_ORGANIZATION</code> |
139+
140+
Select which organization (uuid or name) to use as default. This overrides what
141+
is present in the config file.
142+
133143
### --token
134144

135145
| | |

enterprise/cli/testdata/coder_--help.golden

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ variables or flags.
4848
--no-version-warning bool, $CODER_NO_VERSION_WARNING
4949
Suppress warning when client and server versions do not match.
5050

51+
-z, --organization string, $CODER_ORGANIZATION
52+
Select which organization (uuid or name) to use as default. This
53+
overrides what is present in the config file.
54+
5155
--token string, $CODER_SESSION_TOKEN
5256
Specify an authentication token. For security reasons setting
5357
CODER_SESSION_TOKEN is preferred.

0 commit comments

Comments
 (0)