mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: add experiment toggle for terraform workspace caching (#20559)
Experiments passed to provisioners to determine behavior. This adds `--experiments` flag to provisioner daemons. Prior to this, provisioners had no method to turn on/off experiments.
This commit is contained in:
Generated
+10
@@ -144,6 +144,16 @@ Serve prometheus metrics on the address defined by prometheus address.
|
||||
|
||||
The bind address to serve prometheus metrics.
|
||||
|
||||
### --experiments
|
||||
|
||||
| | |
|
||||
|-------------|---------------------------------|
|
||||
| Type | <code>string-array</code> |
|
||||
| Environment | <code>$CODER_EXPERIMENTS</code> |
|
||||
| YAML | <code>experiments</code> |
|
||||
|
||||
Enable one or more experiments. These are not ready for production. Separate multiple experiments with commas, or enter '*' to opt-in to all available experiments.
|
||||
|
||||
### -O, --org
|
||||
|
||||
| | |
|
||||
|
||||
Reference in New Issue
Block a user