Files
coder/cli/testdata/coder_templates_--help.golden
T
Eric Paulsen 266913a357 fix: remove templates plan docs (#13824)
* fix: remove templates plan docs

* make gen

* make update-golden-files
2024-07-09 14:27:34 +00:00

34 lines
1.1 KiB
Plaintext

coder v0.0.0-devel
USAGE:
coder templates
Manage templates
Aliases: template
Templates are written in standard Terraform and describe the infrastructure
for workspaces
- Create or push an update to the template. Your developers can update their
workspaces:
$ coder templates push my-template
SUBCOMMANDS:
archive Archive unused or failed template versions from a given
template(s)
create DEPRECATED: Create a template from the current directory or as
specified by flag
delete Delete templates
edit Edit the metadata of a template by name.
init Get started with a templated template.
list List all the templates available for the organization
pull Download the active, latest, or specified version of a template
to a path.
push Create or update a template from the current directory or as
specified by flag
versions Manage different versions of the specified template
———
Run `coder --help` for a list of global options.