# `bird email templates versions`

## Usage

```bash
bird email templates versions
```

## Description

Every template has one editable draft plus the immutable versions submitted from it, and
only the draft can be edited or submitted. Rolling back makes an earlier published version
live and resets the draft to it, adding no version. `delete` discards the draft's changes
rather than removing a version.

Reads return JSON; list is paginated. Destructive commands require --yes.

## Commands

| Name                                                                  | Description                           |
| --------------------------------------------------------------------- | ------------------------------------- |
| [`delete`](/docs/cli/reference/email-templates-versions-delete)       | Discard the draft's changes           |
| [`get`](/docs/cli/reference/email-templates-versions-get)             | Get an email template version         |
| [`languages`](/docs/cli/reference/email-templates-versions-languages) | Edit a version's per-language content |
| [`list`](/docs/cli/reference/email-templates-versions-list)           | List email template versions          |
| [`rollback`](/docs/cli/reference/email-templates-versions-rollback)   | Roll back an email template           |
| [`submit`](/docs/cli/reference/email-templates-versions-submit)       | Submit an email template version      |