Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions cli/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 0 additions & 4 deletions cli/testdata/coder_templates_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 0 additions & 4 deletions docs/cli/templates.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.