diff --git a/cli/templates.go b/cli/templates.go index e5e64df8df896..4843ca89deeef 100644 --- a/cli/templates.go +++ b/cli/templates.go @@ -17,10 +17,6 @@ func (r *RootCmd) templates() *serpent.Command { Use: "templates", Short: "Manage templates", Long: "Templates are written in standard Terraform and describe the infrastructure for workspaces\n" + FormatExamples( - Example{ - Description: "Make changes to your template, and plan the changes", - Command: "coder templates plan my-template", - }, Example{ Description: "Create or push an update to the template. Your developers can update their workspaces", Command: "coder templates push my-template", diff --git a/cli/testdata/coder_templates_--help.golden b/cli/testdata/coder_templates_--help.golden index 7feaa09e5f429..a198a6772313f 100644 --- a/cli/testdata/coder_templates_--help.golden +++ b/cli/testdata/coder_templates_--help.golden @@ -9,10 +9,6 @@ USAGE: Templates are written in standard Terraform and describe the infrastructure for workspaces - - Make changes to your template, and plan the changes: - - $ coder templates plan my-template - - Create or push an update to the template. Your developers can update their workspaces: diff --git a/docs/cli/templates.md b/docs/cli/templates.md index c8a0b4376e410..9f3936daf787f 100644 --- a/docs/cli/templates.md +++ b/docs/cli/templates.md @@ -18,10 +18,6 @@ coder templates ```console Templates are written in standard Terraform and describe the infrastructure for workspaces - - Make changes to your template, and plan the changes: - - $ coder templates plan my-template - - Create or push an update to the template. Your developers can update their workspaces: