Skip to content

Commit 0ecbb79

Browse files
committed
update golden files
1 parent b83a15e commit 0ecbb79

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
coder v0.0.0-devel
2+
3+
USAGE:
4+
coder templates archive-template [flags] [template-name...]
5+
6+
Archive unused failed template versions from a given template(s)
7+
8+
OPTIONS:
9+
--all bool
10+
Include all unused template versions. By default, only failed template
11+
versions are archived.
12+
13+
-y, --yes bool
14+
Bypass prompts.
15+
16+
———
17+
Run `coder --help` for a list of global options.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
coder v0.0.0-devel
2+
3+
USAGE:
4+
coder templates archive-version [flags] <template-name>
5+
[template-version-names...]
6+
7+
Archive or unarchive a template version(s).
8+
9+
OPTIONS:
10+
--unarchive bool
11+
Unarchive the selected template version.
12+
13+
-y, --yes bool
14+
Bypass prompts.
15+
16+
———
17+
Run `coder --help` for a list of global options.

0 commit comments

Comments
 (0)