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 f9ca9c7 commit 31fd59dCopy full SHA for 31fd59d
cli/templates.go
@@ -17,10 +17,6 @@ func (r *RootCmd) templates() *serpent.Command {
17
Use: "templates",
18
Short: "Manage templates",
19
Long: "Templates are written in standard Terraform and describe the infrastructure for workspaces\n" + FormatExamples(
20
- Example{
21
- Description: "Make changes to your template, and plan the changes",
22
- Command: "coder templates plan my-template",
23
- },
24
Example{
25
Description: "Create or push an update to the template. Your developers can update their workspaces",
26
Command: "coder templates push my-template",
0 commit comments