File tree 2 files changed +14
-12
lines changed 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ func (r *RootCmd) archiveTemplateVersion() *clibase.Cmd {
28
28
cliui .SkipPromptOption (),
29
29
clibase.Option {
30
30
Name : "unarchive" ,
31
- Description : "Unarchive the selected template version" ,
31
+ Description : "Unarchive the selected template version. " ,
32
32
Flag : "unarchive" ,
33
33
Value : & unarchive ,
34
34
},
Original file line number Diff line number Diff line change @@ -23,17 +23,19 @@ USAGE:
23
23
$ coder templates push my-template
24
24
25
25
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
37
39
38
40
———
39
41
Run `coder --help` for a list of global options.
You can’t perform that action at this time.
0 commit comments