mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add cli support for --require-active-version (#10337)
This commit is contained in:
@@ -49,6 +49,11 @@ OPTIONS:
|
||||
--provisioner-tag string-array
|
||||
Specify a set of tags to target provisioner daemons.
|
||||
|
||||
--require-active-version bool (default: false)
|
||||
Requires workspace builds to use the active template version. This
|
||||
setting does not apply to template admins. This is an enterprise-only
|
||||
feature.
|
||||
|
||||
--var string-array
|
||||
Alias of --variable.
|
||||
|
||||
|
||||
@@ -59,6 +59,11 @@ OPTIONS:
|
||||
--name string
|
||||
Edit the template name.
|
||||
|
||||
--require-active-version bool (default: false)
|
||||
Requires workspace builds to use the active template version. This
|
||||
setting does not apply to template admins. This is an enterprise-only
|
||||
feature.
|
||||
|
||||
-y, --yes bool
|
||||
Bypass prompts.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user