mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
fix: remove noop templates plan
command (#6617)
Co-authored-by: Colin Adler <colin1adler@gmail.com>
This commit is contained in:
@ -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 |
|
||||
|
@ -1,11 +0,0 @@
|
||||
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
||||
|
||||
# coder templates plan
|
||||
|
||||
Plan a template push from the current directory
|
||||
|
||||
## Usage
|
||||
|
||||
```console
|
||||
coder templates plan <directory> [flags]
|
||||
```
|
Reference in New Issue
Block a user