@@ -9,37 +9,37 @@ If you encounter an issue with any Coder feature, please submit a
9
9
10
10
## Early access features
11
11
12
+ - ** Stable** : No
13
+ - ** Production-ready** : No
14
+ - ** Support** : GitHub issues
15
+
12
16
Early access features are neither feature-complete nor stable. We do not
13
17
recommend using early access features in production deployments.
14
18
15
19
Coder releases early access features behind an “unsafe” experiment, where
16
20
they’re accessible but not easy to find.
17
-
18
- ## Experimental features
19
-
20
- These features are disabled by default, and not recommended for use in
21
+ They are disabled by default, and not recommended for use in
21
22
production as they may cause performance or stability issues. In most cases,
22
- experimental features are complete, but require further internal testing and
23
- will stay in the experimental stage for one month.
23
+ early access features are complete, but require further internal testing and
24
+ will stay in the early access stage for at least one month.
24
25
25
- Coder may make significant changes to experiments or revert features to a
26
- feature flag at any time.
26
+ Coder may make significant changes or revert features to a feature flag at any time.
27
27
28
- If you plan to activate an experimental feature, we suggest that you use a
28
+ If you plan to activate an early access feature, we suggest that you use a
29
29
staging deployment.
30
30
31
- You can opt-out of an experiment after you've enabled it.
32
-
33
31
``` yaml
34
- # Enable all experimental features
32
+ # Enable all early access features
35
33
coder server --experiments=*
36
34
37
- # Enable multiple experimental features
35
+ # Enable multiple early access features
38
36
coder server --experiments=feature1,feature2
39
37
40
38
# Alternatively, use the `CODER_EXPERIMENTS` environment variable.
41
39
```
42
40
41
+ You can opt-out of a feature after you've enabled it.
42
+
43
43
### Available experimental features
44
44
45
45
<!-- Code generated by scripts/release/docs_update_experiments.sh. DO NOT EDIT. -->
0 commit comments