fix: remove templates plan docs (#13824)

* fix: remove templates plan docs

* make gen

* make update-golden-files
This commit is contained in:
Eric Paulsen
2024-07-09 10:27:34 -04:00
committed by GitHub
parent c62512a8bb
commit 266913a357
3 changed files with 0 additions and 12 deletions

View File

@ -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",

View File

@ -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:

4
docs/cli/templates.md generated
View File

@ -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: