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

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",
},