# 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 |
|-------------------------------------------------------------|-------------------------------------------------|
| [list
](./templates_versions_list.md) | List all the versions of the specified template |
| [archive
](./templates_versions_archive.md) | Archive a template version(s). |
| [unarchive
](./templates_versions_unarchive.md) | Unarchive a template version(s). |
| [promote
](./templates_versions_promote.md) | Promote a template version to active. |