chore: align active version terminology and link to docs (#14639)

This commit is contained in:
Danny Kopping
2024-09-11 12:25:07 +02:00
committed by GitHub
parent 4f2202fe34
commit 1b5f3418d3
10 changed files with 67 additions and 25 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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.