mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: move experimental flag to server (#4959)
This commit is contained in:
Vendored
-3
@@ -44,9 +44,6 @@ Workspace Commands:
|
||||
update Update a workspace
|
||||
|
||||
Flags:
|
||||
--experimental Enable experimental features. Experimental features are not
|
||||
ready for production.
|
||||
Consumes $CODER_EXPERIMENTAL
|
||||
--global-config coder Path to the global coder config directory.
|
||||
Consumes $CODER_CONFIG_DIR (default "/tmp/coder-cli-test-config")
|
||||
--header stringArray HTTP headers added to all requests. Provide as "Key=Value".
|
||||
|
||||
+4
-3
@@ -52,6 +52,10 @@ Flags:
|
||||
Consumes
|
||||
$CODER_DERP_SERVER_STUN_ADDRESSES
|
||||
(default [stun.l.google.com:19302])
|
||||
--experimental Enable experimental features.
|
||||
Experimental features are not ready for
|
||||
production.
|
||||
Consumes $CODER_EXPERIMENTAL
|
||||
-h, --help help for server
|
||||
--oauth2-github-allow-signups Whether new users can sign up with
|
||||
GitHub.
|
||||
@@ -190,9 +194,6 @@ Flags:
|
||||
Consumes $CODER_WILDCARD_ACCESS_URL
|
||||
|
||||
Global Flags:
|
||||
--experimental Enable experimental features. Experimental features are not
|
||||
ready for production.
|
||||
Consumes $CODER_EXPERIMENTAL
|
||||
--global-config coder Path to the global coder config directory.
|
||||
Consumes $CODER_CONFIG_DIR (default "/tmp/coder-cli-test-config")
|
||||
--header stringArray HTTP headers added to all requests. Provide as "Key=Value".
|
||||
|
||||
Reference in New Issue
Block a user