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 functions deployments
Is what is live right now — each function's current record IS its live deployment, so this is the deployment inventory.
hanzo functions list
Is every serverless function the caller's org has published, each with its real 7-day rollup.
hanzo functions metrics
Is the org's serverless dashboard over a window: a per-function invocation costLine and how those invocations ended.
hanzo functions secrets
Is the NAMES of the secrets the caller org's functions mount.
hanzo functions triggers
Is what calls the caller org's functions — one row per function.