Files
coder/cli/testdata/coder_templates_edit_--help.golden
T
2023-03-23 17:42:20 -05:00

35 lines
976 B
Plaintext

Usage: coder templates edit [flags] <template>
Edit the metadata of a template by name.
Options
--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.