mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: deprecate template create command in favor of template push (#11390)
This commit is contained in:
@ -36,7 +36,7 @@ func (r *RootCmd) templateList() *clibase.Cmd {
|
||||
|
||||
if len(templates) == 0 {
|
||||
_, _ = fmt.Fprintf(inv.Stderr, "%s No templates found in %s! Create one:\n\n", Caret, color.HiWhiteString(organization.Name))
|
||||
_, _ = fmt.Fprintln(inv.Stderr, color.HiMagentaString(" $ coder templates create <directory>\n"))
|
||||
_, _ = fmt.Fprintln(inv.Stderr, color.HiMagentaString(" $ coder templates push <directory>\n"))
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user