mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: align active version terminology and link to docs (#14639)
This commit is contained in:
@@ -237,7 +237,7 @@ func (r *RootCmd) templateCreate() *serpent.Command {
|
||||
},
|
||||
{
|
||||
Flag: "require-active-version",
|
||||
Description: "Requires workspace builds to use the active template version. This setting does not apply to template admins. This is an enterprise-only feature.",
|
||||
Description: "Requires workspace builds to use the active template version. This setting does not apply to template admins. This is an enterprise-only feature. See https://coder.com/docs/templates/general-settings#require-automatic-updates-enterprise for more details.",
|
||||
Value: serpent.BoolOf(&requireActiveVersion),
|
||||
Default: "false",
|
||||
},
|
||||
|
||||
+1
-1
@@ -290,7 +290,7 @@ func (r *RootCmd) templateEdit() *serpent.Command {
|
||||
},
|
||||
{
|
||||
Flag: "require-active-version",
|
||||
Description: "Requires workspace builds to use the active template version. This setting does not apply to template admins. This is an enterprise-only feature.",
|
||||
Description: "Requires workspace builds to use the active template version. This setting does not apply to template admins. This is an enterprise-only feature. See https://coder.com/docs/templates/general-settings#require-automatic-updates-enterprise for more details.",
|
||||
Value: serpent.BoolOf(&requireActiveVersion),
|
||||
Default: "false",
|
||||
},
|
||||
|
||||
+3
-1
@@ -54,7 +54,9 @@ OPTIONS:
|
||||
--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.
|
||||
feature. See
|
||||
https://coder.com/docs/templates/general-settings#require-automatic-updates-enterprise
|
||||
for more details.
|
||||
|
||||
--var string-array
|
||||
Alias of --variable.
|
||||
|
||||
+3
-1
@@ -86,7 +86,9 @@ OPTIONS:
|
||||
--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.
|
||||
feature. See
|
||||
https://coder.com/docs/templates/general-settings#require-automatic-updates-enterprise
|
||||
for more details.
|
||||
|
||||
-y, --yes bool
|
||||
Bypass prompts.
|
||||
|
||||
Reference in New Issue
Block a user