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 b65ab81 commit 77c9edfCopy full SHA for 77c9edf
cli/templatepush.go
@@ -38,7 +38,7 @@ func (r *RootCmd) templatePush() *clibase.Cmd {
38
client := new(codersdk.Client)
39
cmd := &clibase.Cmd{
40
Use: "push [template]",
41
- Short: "Push a new template version from the current directory or as specified by flag",
+ Short: "Create or update a template from the current directory or as specified by flag",
42
Middleware: clibase.Chain(
43
clibase.RequireRangeArgs(0, 1),
44
r.InitClient(client),
0 commit comments