Hanzo AI

Task

The `hanzo task` commands.

Also for this capability: API · CLI · SDKs

Hanzo Task: boards, the work items on them, and the filters that make a board.

API reference →

hanzo task projects list

Every 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.

CommandWhat it does
hanzo task boardReturns a board's issues — work items with their column, priority, assignee, labels and schedule.
hanzo task issuesAnswers across every project in the org.

projects

CommandWhat it does
hanzo task projects createRefused — a board is a repository on the forge
hanzo task projects get <key>Returns one board of your org by its key — the repository name.
hanzo task projects issues claim <key> 1Takes an issue: it becomes yours and it moves to in_progress.
hanzo task projects issues create <key>Opens a work item on the board — an issue on that repository on the deployment's forge, filed as YOU.
hanzo task projects issues get <key> 1Returns ONE work item in full — its description included.
hanzo task projects issues list <key>Returns a board's issues — work items with their column, priority, assignee, labels and schedule.
hanzo task projects issues update <key> 1Edits a work item — rename it, rewrite it, move it to another column, or re-prioritise it.
hanzo task projects listReturns the boards of your org — the places your work actually is.
hanzo task projects rm <key>Refused — a board is a repository on the forge
hanzo task projects update <key>Refused — a board is a repository on the forge

rooms

CommandWhat it does
hanzo task rooms get <room>Summarises one room's work.

How is this guide?

On this page