Skip to content

Commit ffca3a5

Browse files
kylecarbscoadler
andauthored
fix: remove noop templates plan command (#6617)
Co-authored-by: Colin Adler <colin1adler@gmail.com>
1 parent a1d2c05 commit ffca3a5

File tree

6 files changed

+0
-34
lines changed

6 files changed

+0
-34
lines changed

cli/templateplan.go

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

cli/templates.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ func templates() *cobra.Command {
3939
templateEdit(),
4040
templateInit(),
4141
templateList(),
42-
templatePlan(),
4342
templatePush(),
4443
templateVersions(),
4544
templateDelete(),

cli/testdata/coder_templates_--help.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Commands:
2727
edit Edit the metadata of a template by name.
2828
init Get started with a templated template.
2929
list List all the templates available for the organization
30-
plan Plan a template push from the current directory
3130
pull Download the latest version of a template to a path.
3231
push Push a new template version from the current directory or as specified by flag
3332
versions Manage different versions of the specified template

docs/cli/coder_templates.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ coder templates [flags]
3535
| [<code>edit</code>](./coder_templates_edit) | Edit the metadata of a template by name. |
3636
| [<code>init</code>](./coder_templates_init) | Get started with a templated template. |
3737
| [<code>list</code>](./coder_templates_list) | List all the templates available for the organization |
38-
| [<code>plan</code>](./coder_templates_plan) | Plan a template push from the current directory |
3938
| [<code>pull</code>](./coder_templates_pull) | Download the latest version of a template to a path. |
4039
| [<code>push</code>](./coder_templates_push) | Push a new template version from the current directory or as specified by flag |
4140
| [<code>versions</code>](./coder_templates_versions) | Manage different versions of the specified template |

docs/cli/coder_templates_plan.md

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

docs/manifest.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -602,10 +602,6 @@
602602
"title": "templates list",
603603
"path": "./cli/coder_templates_list.md"
604604
},
605-
{
606-
"title": "templates plan",
607-
"path": "./cli/coder_templates_plan.md"
608-
},
609605
{
610606
"title": "templates pull",
611607
"path": "./cli/coder_templates_pull.md"

0 commit comments

Comments
 (0)