> ## Documentation Index
> Fetch the complete documentation index at: https://ekso.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ekso content-template

> Reusable content templates with name, description, and variant array.

## Overview

Reusable content templates with name, description, and variant array.

## Verbs

| Verb     | Description                                                                                  |
| -------- | -------------------------------------------------------------------------------------------- |
| `list`   | List all content templates configured for this tenant.                                       |
| `get`    | Fetch a single content template by id.                                                       |
| `create` | Create a new content template (--name + optional flags, or --data @file.json).               |
| `update` | Update a content template (id positional; flags patch a fetched record, or --data replaces). |
| `delete` | Delete a content template. SuperAdmin-only; non-recoverable.                                 |

## Detailed help

Run `ekso` directly to see flags and arguments — `--help` reflects the binary you have installed.

```bash theme={null}
ekso content-template --help
ekso content-template list --help
```

## See also

* [CLI overview](/cli/overview)
* [Authentication](/cli/authentication)
* [Configuration](/cli/configuration)
* [API Reference](/api-reference/introduction) — the underlying HTTP routes.
