mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
26 lines
641 B
Markdown
26 lines
641 B
Markdown
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# coder templates versions
|
|
|
|
Manage different versions of the specified template
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder templates versions [flags]
|
|
```
|
|
|
|
## Examples
|
|
|
|
```console
|
|
- List versions of a specific template:
|
|
|
|
$ coder templates versions list my-template
|
|
```
|
|
|
|
## Subcommands
|
|
|
|
| Name | Purpose |
|
|
| ---------------------------------------------------- | ----------------------------------------------- |
|
|
| [<code>list</code>](./coder_templates_versions_list) | List all the versions of the specified template |
|