Skip to content

Commit f712d8d

Browse files
Emyrkpull[bot]
authored andcommitted
chore: drop 'template plan' unused command (#9386)
1 parent bc4773d commit f712d8d

File tree

6 files changed

+0
-37
lines changed

6 files changed

+0
-37
lines changed

cli/templateplan.go

Lines changed: 0 additions & 18 deletions
This file was deleted.

cli/templates.go

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/templates_plan.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/manifest.json

Lines changed: 0 additions & 5 deletions
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)