We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2044847 commit c33ba8aCopy full SHA for c33ba8a
cli/templatecreate.go
@@ -36,7 +36,7 @@ func (r *RootCmd) templateCreate() *clibase.Cmd {
36
client := new(codersdk.Client)
37
cmd := &clibase.Cmd{
38
Use: "create [name]",
39
- Short: "Create a template from the current directory or as specified by flag",
+ Short: "DEPRECATED: Create a template from the current directory or as specified by flag",
40
Middleware: clibase.Chain(
41
clibase.RequireRangeArgs(0, 1),
42
cliui.DeprecationWarning(
0 commit comments