<!-- DO NOT EDIT | GENERATED CONTENT -->
# templates

Manage templates

Aliases:

* template

## Usage

```console
coder templates
```

## Description

```console
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

| Name                                             | Purpose                                                                          |
|--------------------------------------------------|----------------------------------------------------------------------------------|
| [<code>create</code>](https://coder.com/docs/reference/cli/templates_create.md)     | DEPRECATED: Create a template from the current directory or as specified by flag |
| [<code>edit</code>](https://coder.com/docs/reference/cli/templates_edit.md)         | Edit the metadata of a template by name.                                         |
| [<code>init</code>](https://coder.com/docs/reference/cli/templates_init.md)         | Get started with a templated template.                                           |
| [<code>list</code>](https://coder.com/docs/reference/cli/templates_list.md)         | List all the templates available for the organization                            |
| [<code>push</code>](https://coder.com/docs/reference/cli/templates_push.md)         | Create or update a template from the current directory or as specified by flag   |
| [<code>versions</code>](https://coder.com/docs/reference/cli/templates_versions.md) | Manage different versions of the specified template                              |
| [<code>presets</code>](https://coder.com/docs/reference/cli/templates_presets.md)   | Manage presets of the specified template                                         |
| [<code>delete</code>](https://coder.com/docs/reference/cli/templates_delete.md)     | Delete templates                                                                 |
| [<code>pull</code>](https://coder.com/docs/reference/cli/templates_pull.md)         | Download the active, latest, or specified version of a template to a path.       |
| [<code>archive</code>](https://coder.com/docs/reference/cli/templates_archive.md)   | Archive unused or failed template versions from a given template(s)              |
