File tree 6 files changed +0
-34
lines changed
6 files changed +0
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ func templates() *cobra.Command {
39
39
templateEdit (),
40
40
templateInit (),
41
41
templateList (),
42
- templatePlan (),
43
42
templatePush (),
44
43
templateVersions (),
45
44
templateDelete (),
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ Commands:
27
27
edit Edit the metadata of a template by name.
28
28
init Get started with a templated template.
29
29
list List all the templates available for the organization
30
- plan Plan a template push from the current directory
31
30
pull Download the latest version of a template to a path.
32
31
push Push a new template version from the current directory or as specified by flag
33
32
versions Manage different versions of the specified template
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ coder templates [flags]
35
35
| [ <code >edit</code >] ( ./coder_templates_edit ) | Edit the metadata of a template by name. |
36
36
| [ <code >init</code >] ( ./coder_templates_init ) | Get started with a templated template. |
37
37
| [ <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 |
39
38
| [ <code >pull</code >] ( ./coder_templates_pull ) | Download the latest version of a template to a path. |
40
39
| [ <code >push</code >] ( ./coder_templates_push ) | Push a new template version from the current directory or as specified by flag |
41
40
| [ <code >versions</code >] ( ./coder_templates_versions ) | Manage different versions of the specified template |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 602
602
"title" : " templates list" ,
603
603
"path" : " ./cli/coder_templates_list.md"
604
604
},
605
- {
606
- "title" : " templates plan" ,
607
- "path" : " ./cli/coder_templates_plan.md"
608
- },
609
605
{
610
606
"title" : " templates pull" ,
611
607
"path" : " ./cli/coder_templates_pull.md"
You can’t perform that action at this time.
0 commit comments