Skip to content

Commit 31fd59d

Browse files
committed
fix: remove templates plan docs
1 parent f9ca9c7 commit 31fd59d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cli/templates.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ func (r *RootCmd) templates() *serpent.Command {
1717
Use: "templates",
1818
Short: "Manage templates",
1919
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-
},
2420
Example{
2521
Description: "Create or push an update to the template. Your developers can update their workspaces",
2622
Command: "coder templates push my-template",

0 commit comments

Comments
 (0)