Skip to content

Commit fea8813

Browse files
authored
chore: drop 'template plan' unused command (#9386)
1 parent 2167fe1 commit fea8813

File tree

6 files changed

+0
-37
lines changed

6 files changed

+0
-37
lines changed

cli/templateplan.go

-18
This file was deleted.

cli/templates.go

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ func (r *RootCmd) templates() *clibase.Cmd {
3737
r.templateEdit(),
3838
r.templateInit(),
3939
r.templateList(),
40-
r.templatePlan(),
4140
r.templatePush(),
4241
r.templateVersions(),
4342
r.templateDelete(),

cli/testdata/coder_templates_--help.golden

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Templates are written in standard Terraform and describe the infrastructure for
2424
edit Edit the metadata of a template by name.
2525
init Get started with a templated template.
2626
list List all the templates available for the organization
27-
plan Plan a template push from the current directory
2827
pull Download the latest version of a template to a path.
2928
push Push a new template version from the current directory or as
3029
specified by flag

docs/cli/templates.md

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/templates_plan.md

-11
This file was deleted.

docs/manifest.json

-5
Original file line numberDiff line numberDiff line change
@@ -794,11 +794,6 @@
794794
"description": "List all the templates available for the organization",
795795
"path": "cli/templates_list.md"
796796
},
797-
{
798-
"title": "templates plan",
799-
"description": "Plan a template push from the current directory",
800-
"path": "cli/templates_plan.md"
801-
},
802797
{
803798
"title": "templates pull",
804799
"description": "Download the latest version of a template to a path.",

0 commit comments

Comments
 (0)