Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2cfd8df

Browse files
committed
golden
1 parent3e9ae25 commit2cfd8df

File tree

8 files changed

+321
-315
lines changed

8 files changed

+321
-315
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+
createDEPRECATED:Create a template from the current directory or as
25+
specified byflag
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-
pushPush a new template version from the current directory or as
32+
pushCreate 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)

‎coderd/database/dbmock/dbmock.go‎

Lines changed: 300 additions & 295 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/cli/templates.md‎

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

‎docs/manifest.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@
882882
},
883883
{
884884
"title":"templates create",
885-
"description":"Create a template from the current directory or as specified by flag",
885+
"description":"DEPRECATED:Create a template from the current directory or as specified by flag",
886886
"path":"cli/templates_create.md"
887887
},
888888
{
@@ -912,7 +912,7 @@
912912
},
913913
{
914914
"title":"templates push",
915-
"description":"Push a new template version from the current directory or as specified by flag",
915+
"description":"Create or update a template from the current directory or as specified by flag",
916916
"path":"cli/templates_push.md"
917917
},
918918
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp