Template
The `hanzo template` commands.
Also for this capability: API · CLI · MCP · SDKs
A gallery of starter kits you can deploy as they come.
hanzo template listEvery command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
| Command | What it does |
|---|---|
hanzo template create | Creates a starter kit PRIVATE to the caller's org and answers 201 with the stored kit. |
hanzo template list | Lists the public starter-kit catalog plus, for a validated caller, that org's own private kits. |
get
| Command | What it does |
|---|---|
hanzo template get <slug> | Returns one starter kit: the caller org's own by that slug, else the public catalog's. |
rm
| Command | What it does |
|---|---|
hanzo template rm <slug> | Deletes the caller org's OWN starter kit. |
set
| Command | What it does |
|---|---|
hanzo template set <slug> | Overwrites the caller org's OWN starter kit at the path slug, answering the stored kit. |
How is this guide?