Skip to content

Commit a9ff9d6

Browse files
committed
Update golden files
1 parent f446ae5 commit a9ff9d6

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

cli/templateversionarchive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func (r *RootCmd) archiveTemplateVersion() *clibase.Cmd {
2828
cliui.SkipPromptOption(),
2929
clibase.Option{
3030
Name: "unarchive",
31-
Description: "Unarchive the selected template version",
31+
Description: "Unarchive the selected template version.",
3232
Flag: "unarchive",
3333
Value: &unarchive,
3434
},

cli/testdata/coder_templates_--help.golden

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,19 @@ USAGE:
2323
$ coder templates push my-template
2424

2525
SUBCOMMANDS:
26-
archive Archive unused failed template versions from a given template(s)
27-
create Create a template from the current directory or as specified by
28-
flag
29-
delete Delete templates
30-
edit Edit the metadata of a template by name.
31-
init Get started with a templated template.
32-
list List all the templates available for the organization
33-
pull Download the latest version of a template to a path.
34-
push Push a new template version from the current directory or as
35-
specified by flag
36-
versions Manage different versions of the specified template
26+
archive-template Archive unused failed template versions from a given
27+
template(s)
28+
archive-version Archive or unarchive a template version(s).
29+
create Create a template from the current directory or as
30+
specified by flag
31+
delete Delete templates
32+
edit Edit the metadata of a template by name.
33+
init Get started with a templated template.
34+
list List all the templates available for the organization
35+
pull Download the latest version of a template to a path.
36+
push Push a new template version from the current directory
37+
or as specified by flag
38+
versions Manage different versions of the specified template
3739

3840
———
3941
Run `coder --help` for a list of global options.

0 commit comments

Comments
 (0)