CLITasks
Tasks
5 `hanzo` commands for Tasks, each calling one operation on api.hanzo.ai.
Package tasks is Hanzo Tasks: durable workflows that survive a crash, with every run visible and replayable.
5 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo tasks list | GET /v1/tasks | Redirect to the tasks API root |
hanzo tasks create | POST /v1/tasks | Redirect to the tasks API root |
hanzo tasks replace | PUT /v1/tasks | Redirect to the tasks API root |
hanzo tasks patch | PATCH /v1/tasks | Redirect to the tasks API root |
hanzo tasks clear | DELETE /v1/tasks | Redirect to the tasks API root |
How is this guide?