mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
b63dfe7b75
This change reduces the CPU consumption of --help by ~50%. Also, this change removes ANSI escape codes from our golden files. I don't think those were worth the inability to parallelize golden file tests and global state fragility.
39 lines
1.1 KiB
Plaintext
39 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 a template for developers to create workspaces:
|
|
|
|
$ coder templates create
|
|
|
|
- Make changes to your template, and plan the changes:
|
|
|
|
$ coder templates plan my-template
|
|
|
|
- Push an update to the template. Your developers can update their
|
|
workspaces:
|
|
|
|
$ coder templates push my-template
|
|
|
|
SUBCOMMANDS:
|
|
create 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 latest version of a template to a path.
|
|
push Push a new template version 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.
|