New
Boost Developer Productivity & Streamline Onboarding with CDE's

Download the Whitepaper

Home
/
Command Line
/
templates

templates

templates

Manage templates

Aliases:

  • template

Usage

coder templates

Description

Templates are written in standard Terraform and describe the infrastructure for workspaces
  - Make changes to your template, and plan the changes:

     $ coder templates plan my-template

  - Create or push an update to the template. Your developers can update their
workspaces:

     $ coder templates push my-template

Subcommands

NamePurpose
createDEPRECATED: Create a template from the current directory or as specified by flag
editEdit the metadata of a template by name.
initGet started with a templated template.
listList all the templates available for the organization
pushCreate or update a template from the current directory or as specified by flag
versionsManage different versions of the specified template
deleteDelete templates
pullDownload the active, latest, or specified version of a template to a path.
archiveArchive unused or failed template versions from a given template(s)
See an opportunity to improve our docs? Make an edit.