Skip to content

Commit 8918cda

Browse files
committed
make gen
1 parent 1b03e89 commit 8918cda

File tree

6 files changed

+0
-279
lines changed

6 files changed

+0
-279
lines changed

cli/testdata/coder_templates_--help.golden

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ USAGE:
2525
SUBCOMMANDS:
2626
archive Archive unused or failed template versions from a given
2727
template(s)
28-
create Create a template from the current directory or as specified by
29-
flag
3028
delete Delete templates
3129
edit Edit the metadata of a template by name.
3230
init Get started with a templated template.

cli/testdata/coder_templates_push_--help.golden

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ OPTIONS:
1313
Always prompt all parameters. Does not pull parameter values from
1414
active template version.
1515

16-
--create bool (default: false)
17-
Create the template if it does not exist.
18-
1916
-d, --directory string (default: .)
2017
Specify the directory to create from, use '-' to read tar from stdin.
2118

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_create.md

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

docs/cli/templates_push.md

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

docs/manifest.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -890,11 +890,6 @@
890890
"description": "Archive unused or failed template versions from a given template(s)",
891891
"path": "cli/templates_archive.md"
892892
},
893-
{
894-
"title": "templates create",
895-
"description": "Create a template from the current directory or as specified by flag",
896-
"path": "cli/templates_create.md"
897-
},
898893
{
899894
"title": "templates delete",
900895
"description": "Delete templates",

0 commit comments

Comments
 (0)