File tree 3 files changed +18
-0
lines changed
3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,10 @@ variables or flags.
82
82
--no-version-warning bool, $CODER_NO_VERSION_WARNING
83
83
Suppress warning when client and server versions do not match.
84
84
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
+
85
89
--token string, $CODER_SESSION_TOKEN
86
90
Specify an authentication token. For security reasons setting
87
91
CODER_SESSION_TOKEN is preferred.
Original file line number Diff line number Diff line change @@ -130,6 +130,16 @@ Suppress warnings about unlicensed features.
130
130
131
131
Suppress warning when client and server versions do not match.
132
132
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
+
133
143
### --token
134
144
135
145
| | |
Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ variables or flags.
48
48
--no-version-warning bool, $CODER_NO_VERSION_WARNING
49
49
Suppress warning when client and server versions do not match.
50
50
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
+
51
55
--token string, $CODER_SESSION_TOKEN
52
56
Specify an authentication token. For security reasons setting
53
57
CODER_SESSION_TOKEN is preferred.
You can’t perform that action at this time.
0 commit comments