mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
5ebc748e94
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
22 lines
520 B
Plaintext
22 lines
520 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder templates versions
|
|
|
|
Manage different versions of the specified template
|
|
|
|
Aliases: version
|
|
|
|
- List versions of a specific template:
|
|
|
|
$ coder templates versions list my-template
|
|
|
|
SUBCOMMANDS:
|
|
archive Archive a template version(s).
|
|
list List all the versions of the specified template
|
|
promote Promote a template version to active.
|
|
unarchive Unarchive a template version(s).
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|