File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 3
3
Notifications are sent by Coder in response to specific internal events, such as
4
4
a workspace being deleted or a user being created.
5
5
6
- ** Notifications are currently an experimental feature.**
7
-
8
- ## Enable experiment
9
-
10
- In order to activate the notifications feature, you'll need to enable the
11
- ` notifications ` experiment.
12
-
13
- ``` bash
14
- # Using the CLI flag
15
- $ coder server --experiments=notifications
16
-
17
- # Alternatively, using the `CODER_EXPERIMENTS` environment variable
18
- $ CODER_EXPERIMENTS=notifications coder server
19
- ```
20
-
21
- More information on experiments can be found
22
- [ here] ( ../../contributing/feature-stages#experimental-features ) .
23
-
24
6
## Event Types
25
7
26
8
Notifications are sent in response to internal events, to alert the affected
You can’t perform that action at this time.
0 commit comments