mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
a42a36a474
* added cleanup flags on template create * added cleanup flags on template edit * fixed tests * added to tests
51 lines
1.7 KiB
Plaintext
51 lines
1.7 KiB
Plaintext
Usage: coder templates edit [flags] <template>
|
|
|
|
Edit the metadata of a template by name.
|
|
|
|
[1mOptions[0m
|
|
--allow-user-autostart bool (default: true)
|
|
Allow users to configure autostart for workspaces on this template.
|
|
This can only be disabled in enterprise.
|
|
|
|
--allow-user-autostop bool (default: true)
|
|
Allow users to customize the autostop TTL for workspaces on this
|
|
template. This can only be disabled in enterprise.
|
|
|
|
--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.
|
|
|
|
--failure-ttl duration (default: 0h)
|
|
Specify a failure TTL for workspaces created from this template. This
|
|
licensed feature's default is 0h (off).
|
|
|
|
--icon string
|
|
Edit the template icon path.
|
|
|
|
--inactivity-ttl duration (default: 0h)
|
|
Specify an inactivity TTL for workspaces created from this template.
|
|
This licensed feature's default is 0h (off).
|
|
|
|
--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.
|