mirror of
https://github.com/coder/coder.git
synced 2026-06-04 05:28:20 +00:00
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
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:
|
|
|
|
[40m [0m[91;40m$ coder templates create[0m[40m [0m
|
|
|
|
- Make changes to your template, and plan the changes:
|
|
|
|
[40m [0m[91;40m$ coder templates plan my-template[0m[40m [0m
|
|
|
|
- Push an update to the template. Your developers can update their workspaces:
|
|
|
|
[40m [0m[91;40m$ coder templates push my-template[0m[40m [0m
|
|
|
|
[1mSubcommands[0m
|
|
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
|
|
plan Plan a template push from the current directory
|
|
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.
|