mirror of
https://github.com/coder/coder.git
synced 2026-06-05 05:58:20 +00:00
5ebc748e94
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
33 lines
1013 B
Markdown
Generated
33 lines
1013 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. |
|