mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: add cli support for --require-active-version (#10337)
This commit is contained in:
@ -2002,6 +2002,7 @@ const (
|
||||
// ExperimentDashboardTheme mutates the dashboard to use a new, dark color scheme.
|
||||
ExperimentDashboardTheme Experiment = "dashboard_theme"
|
||||
|
||||
ExperimentTemplateUpdatePolicies Experiment = "template_update_policies"
|
||||
// Add new experiments here!
|
||||
// ExperimentExample Experiment = "example"
|
||||
)
|
||||
|
Reference in New Issue
Block a user