Skip to content

fix: remove templates plan docs #13824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 9, 2024
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.

Loading