mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
66 lines
883 B
Markdown
66 lines
883 B
Markdown
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# coder templates edit
|
|
|
|
Edit the metadata of a template by name.
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder templates edit <template> [flags]
|
|
```
|
|
|
|
## Flags
|
|
|
|
### --allow-user-cancel-workspace-jobs
|
|
|
|
Allow users to cancel in-progress workspace jobs.
|
|
<br/>
|
|
| | |
|
|
| --- | --- |
|
|
| Default | <code>true</code> |
|
|
|
|
### --default-ttl
|
|
|
|
Edit the template default time before shutdown - workspaces created from this template to this value.
|
|
<br/>
|
|
| | |
|
|
| --- | --- |
|
|
| Default | <code>0s</code> |
|
|
|
|
### --description
|
|
|
|
Edit the template description
|
|
<br/>
|
|
| | |
|
|
| --- | --- |
|
|
|
|
### --display-name
|
|
|
|
Edit the template display name
|
|
<br/>
|
|
| | |
|
|
| --- | --- |
|
|
|
|
### --icon
|
|
|
|
Edit the template icon path
|
|
<br/>
|
|
| | |
|
|
| --- | --- |
|
|
|
|
### --name
|
|
|
|
Edit the template name
|
|
<br/>
|
|
| | |
|
|
| --- | --- |
|
|
|
|
### --yes, -y
|
|
|
|
Bypass prompts
|
|
<br/>
|
|
| | |
|
|
| --- | --- |
|
|
| Default | <code>false</code> |
|