forked from coder/coder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoder_templates_edit_--help.golden
More file actions
34 lines (24 loc) · 976 Bytes
/
coder_templates_edit_--help.golden
File metadata and controls
34 lines (24 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Usage: coder templates edit [flags] <template>
Edit the metadata of a template by name.
[1mOptions[0m
--allow-user-cancel-workspace-jobs bool (default: true)
Allow users to cancel in-progress workspace jobs.
--default-ttl duration
Edit the template default time before shutdown - workspaces created
from this template default to this value.
--description string
Edit the template description.
--display-name string
Edit the template display name.
--icon string
Edit the template icon path.
--max-ttl duration
Edit the template maximum time before shutdown - workspaces created
from this template must shutdown within the given duration after
starting. This is an enterprise-only feature.
--name string
Edit the template name.
-y, --yes bool
Bypass prompts.
---
Run `coder --help` for a list of global options.