From 31fd59dd597a8d8c8dff546415e299d70283249e Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 8 Jul 2024 19:58:27 +0000 Subject: [PATCH 1/3] fix: remove templates plan docs --- cli/templates.go | 4 ---- 1 file changed, 4 deletions(-) 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", From 54b26a606a65502ff3e8739f5370f778c7a44144 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 8 Jul 2024 20:02:44 +0000 Subject: [PATCH 2/3] make gen --- docs/cli/templates.md | 4 ---- 1 file changed, 4 deletions(-) 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: From 1b927e136aa960af06a745688fb8144d4a1aa0af Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 9 Jul 2024 14:16:17 +0000 Subject: [PATCH 3/3] make update-golden-files --- cli/testdata/coder_templates_--help.golden | 4 ---- 1 file changed, 4 deletions(-) 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: