Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: drop 'template plan' unused command #9386

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 1 commit into from
Aug 28, 2023
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
18 changes: 0 additions & 18 deletions cli/templateplan.go

This file was deleted.

1 change: 0 additions & 1 deletion cli/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func (r *RootCmd) templates() *clibase.Cmd {
r.templateEdit(),
r.templateInit(),
r.templateList(),
r.templatePlan(),
r.templatePush(),
r.templateVersions(),
r.templateDelete(),
Expand Down
1 change: 0 additions & 1 deletion cli/testdata/coder_templates_--help.golden
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Templates are written in standard Terraform and describe the infrastructure for
edit Edit the metadata of a template by name.
init Get started with a templated template.
list List all the templates available for the organization
plan Plan a template push from the current directory
pull Download the latest version of a template to a path.
push Push a new template version from the current directory or as
specified by flag
Expand Down
1 change: 0 additions & 1 deletion docs/cli/templates.md

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

11 changes: 0 additions & 11 deletions docs/cli/templates_plan.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -794,11 +794,6 @@
"description": "List all the templates available for the organization",
"path": "cli/templates_list.md"
},
{
"title": "templates plan",
"description": "Plan a template push from the current directory",
"path": "cli/templates_plan.md"
},
{
"title": "templates pull",
"description": "Download the latest version of a template to a path.",
Expand Down