mirror of
https://github.com/coder/coder.git
synced 2025-03-14 10:09:57 +00:00
fix: remove templates plan
docs (#13824)
* fix: remove templates plan docs * make gen * make update-golden-files
This commit is contained in:
@ -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",
|
||||
|
4
cli/testdata/coder_templates_--help.golden
vendored
4
cli/testdata/coder_templates_--help.golden
vendored
@ -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
4
docs/cli/templates.md
generated
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user