Skip to content

Commit 13794fd

Browse files
committed
golden
1 parent 77c9edf commit 13794fd

File tree

7 files changed

+21
-20
lines changed

7 files changed

+21
-20
lines changed

cli/testdata/coder_templates_--help.golden

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ USAGE:
2121
SUBCOMMANDS:
2222
archive Archive unused or failed template versions from a given
2323
template(s)
24-
create Create a template from the current directory or as specified by
25-
flag
24+
create DEPRECATED: Create a template from the current directory or as
25+
specified by flag
2626
delete Delete templates
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
3030
pull Download the active, latest, or specified version of a template
3131
to a path.
32-
push Push a new template version from the current directory or as
32+
push Create or update a template from the current directory or as
3333
specified by flag
3434
versions Manage different versions of the specified template
3535

cli/testdata/coder_templates_create_--help.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ coder v0.0.0-devel
33
USAGE:
44
coder templates create [flags] [name]
55

6-
Create a template from the current directory or as specified by flag
6+
DEPRECATED: Create a template from the current directory or as specified by
7+
flag
78

89
OPTIONS:
910
--default-ttl duration (default: 24h)

cli/testdata/coder_templates_push_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ coder v0.0.0-devel
33
USAGE:
44
coder templates push [flags] [template]
55

6-
Push a new template version from the current directory or as specified by flag
6+
Create or update a template from the current directory or as specified by flag
77

88
OPTIONS:
99
--activate bool (default: true)

docs/cli/templates.md

Lines changed: 11 additions & 11 deletions
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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/cli/templates_push.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@
892892
},
893893
{
894894
"title": "templates create",
895-
"description": "Create a template from the current directory or as specified by flag",
895+
"description": "DEPRECATED: Create a template from the current directory or as specified by flag",
896896
"path": "cli/templates_create.md"
897897
},
898898
{
@@ -922,7 +922,7 @@
922922
},
923923
{
924924
"title": "templates push",
925-
"description": "Push a new template version from the current directory or as specified by flag",
925+
"description": "Create or update a template from the current directory or as specified by flag",
926926
"path": "cli/templates_push.md"
927927
},
928928
{

0 commit comments

Comments
 (0)