Files
coder/docs/cli/coder_templates.md
Kyle Carberry ffca3a5fb3 fix: remove noop templates plan command (#6617)
Co-authored-by: Colin Adler <colin1adler@gmail.com>
2023-03-16 21:28:22 +00:00

1.9 KiB

coder templates

Templates are written in standard Terraform and describe the infrastructure for workspaces

Usage

coder templates [flags]

Examples

  - 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

Name Purpose
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