CLITemplate
Template
5 `hanzo` commands for Template, each calling one operation on api.hanzo.ai.
Package templates is a gallery of starter kits you can deploy as they come.
5 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo templates get <slug> | GET /v1/template/{slug} | Returns one starter kit: the caller org's own by that slug, else the public catalog's. |
hanzo templates set <slug> | PUT /v1/template/{slug} | Overwrites the caller org's OWN starter kit at the path slug, answering the stored kit. |
hanzo templates rm <slug> | DELETE /v1/template/{slug} | Deletes the caller org's OWN starter kit. |
hanzo templates list | GET /v1/template | Lists the public starter-kit catalog plus, for a validated caller, that org's own private kits. |
hanzo templates create | POST /v1/template | Creates a starter kit PRIVATE to the caller's org and answers 201 with the stored kit. |
How is this guide?