From 266913a357d232dd7bf6d0680dff4b91c86e8708 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Tue, 9 Jul 2024 10:27:34 -0400 Subject: [PATCH] fix: remove `templates plan` docs (#13824) * fix: remove templates plan docs * make gen * make update-golden-files --- cli/templates.go | 4 ---- cli/testdata/coder_templates_--help.golden | 4 ---- docs/cli/templates.md | 4 ---- 3 files changed, 12 deletions(-) diff --git a/cli/templates.go b/cli/templates.go index e5e64df8df..4843ca89de 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 7feaa09e5f..a198a67723 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 c8a0b4376e..9f3936daf7 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: