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.
Command
What it does
hanzo books accounts
Returns the org's chart of accounts — the seeded fixed chart every posting key in the ledger refers to.
hanzo books ask
Answers a plain-language question about the caller's own books — "what is my MRR?", "how long is my runway?" — with…
hanzo books export
Returns the complete financial package for the caller's org over (from, to]: the trial balance, the P&L, the balance…
hanzo books gl
ListGL returns the org's most recent GL Entry rows, newest first.
hanzo books metrics
Metrics returns the org's deterministic SaaS-metrics snapshot over an optional (from, to] window — MRR, ARR, revenue,…
hanzo books pnl
Returns the org's accrual-basis Profit & Loss over an optional (from, to] window of RFC3339 posting times: recognized…
hanzo books position
Returns the org's Balance Sheet as of to (empty = all time), with the Assets == Liabilities + Equity equation proof.
hanzo books questions
Returns the clarifying questions the caller's own recent GL raises — the unusual postings a founder should look at…
hanzo books sync
Sync ingests the caller's OWN org from commerce into BOTH ledgers (live and sandbox) and reports how many new vouchers…
hanzo books transactions
Returns the org's booked ledger as a single-line register, newest first: one row per voucher, with its date,…
hanzo books trial
Returns the org's trial balance over an optional [from, to] window of RFC3339 posting times, including the…