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
Runekso directly to see flags and arguments — --help reflects the binary you have installed.
See also
- CLI overview
- Authentication
- Configuration
- API Reference — the underlying HTTP routes.