Skip to content

fix: remove noop templates plan command #6617

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 2 commits into from
Mar 16, 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
16 changes: 0 additions & 16 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 @@ -39,7 +39,6 @@ func templates() *cobra.Command {
templateEdit(),
templateInit(),
templateList(),
templatePlan(),
templatePush(),
templateVersions(),
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 @@ -27,7 +27,6 @@ Commands:
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
versions Manage different versions of the specified template
Expand Down
1 change: 0 additions & 1 deletion docs/cli/coder_templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ coder templates [flags]
| [<code>edit</code>](./coder_templates_edit) | Edit the metadata of a template by name. |
| [<code>init</code>](./coder_templates_init) | Get started with a templated template. |
| [<code>list</code>](./coder_templates_list) | List all the templates available for the organization |
| [<code>plan</code>](./coder_templates_plan) | Plan a template push from the current directory |
| [<code>pull</code>](./coder_templates_pull) | Download the latest version of a template to a path. |
| [<code>push</code>](./coder_templates_push) | Push a new template version from the current directory or as specified by flag |
| [<code>versions</code>](./coder_templates_versions) | Manage different versions of the specified template |
11 changes: 0 additions & 11 deletions docs/cli/coder_templates_plan.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -602,10 +602,6 @@
"title": "templates list",
"path": "./cli/coder_templates_list.md"
},
{
"title": "templates plan",
"path": "./cli/coder_templates_plan.md"
},
{
"title": "templates pull",
"path": "./cli/coder_templates_pull.md"
Expand Down