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