mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
94f5d52fdc
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
32 lines
1012 B
Markdown
Generated
32 lines
1012 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# templates versions
|
|
|
|
Manage different versions of the specified template
|
|
|
|
Aliases:
|
|
|
|
* version
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder templates versions
|
|
```
|
|
|
|
## Description
|
|
|
|
```console
|
|
- List versions of a specific template:
|
|
|
|
$ coder templates versions list my-template
|
|
```
|
|
|
|
## Subcommands
|
|
|
|
| Name | Purpose |
|
|
|-------------------------------------------------------------|-------------------------------------------------|
|
|
| [<code>list</code>](./templates_versions_list.md) | List all the versions of the specified template |
|
|
| [<code>archive</code>](./templates_versions_archive.md) | Archive a template version(s). |
|
|
| [<code>unarchive</code>](./templates_versions_unarchive.md) | Unarchive a template version(s). |
|
|
| [<code>promote</code>](./templates_versions_promote.md) | Promote a template version to active. |
|