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 bc80f7d commit f40ea14Copy full SHA for f40ea14
cli/templatecreate.go
@@ -46,9 +46,9 @@ func (r *RootCmd) templateCreate() *clibase.Cmd {
46
pretty.Sprint(
47
cliui.DefaultStyles.Warn,
48
"DEPRECATION WARNING: Use `coder templates push` command for creating and updating templates. "+
49
- "Use `coder templates edit` command for editing template settings."+
50
- "This command will be removed in a future release."+
51
- "Waiting 1 second...")+"\n"))
+ "Use `coder templates edit` command for editing template settings. "+
+ "This command will be removed in a future release. \n"+
+ "Waiting 1 second...\n")))
52
time.Sleep(1 * time.Second)
53
54
isTemplateSchedulingOptionsSet := failureTTL != 0 || dormancyThreshold != 0 || dormancyAutoDeletion != 0 || maxTTL != 0
0 commit comments