mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
66a6b590a1
Co-authored-by: Bruno Quaresma <bruno@coder.com>
1.1 KiB
1.1 KiB
coder templates edit
Edit the metadata of a template by name.
Usage
coder templates edit <template> [flags]
Flags
--allow-user-cancel-workspace-jobs
Allow users to cancel in-progress workspace jobs.
| Default | true |
--default-ttl
Edit the template default time before shutdown - workspaces created from this template default to this value.
| Default | 0s |
--description
Edit the template description.
--display-name
Edit the template display name.
--icon
Edit the template icon path.
--max-ttl
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.
| Default | 0s |
--name
Edit the template name.
--yes, -y
Bypass prompts
| Default | false |