Hanzo AI

Flag

The `hanzo flag` commands.

Also for this capability: API · CLI · MCP · SDKs

Feature flags: ship it dark, then turn it on for who you pick.

API reference →

hanzo flag defs 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 flag activityReturns the caller's flag change log newest-first: every create, update and delete, with the actor and the time.
hanzo flag createEvaluate runs the caller's flag definitions for one identity and returns the flag verdict: which flags are on (or which…
hanzo flag decideEvaluate runs the caller's flag definitions for one identity and returns the flag verdict: which flags are on (or which…
hanzo flag healthHealth reports that the flag engine is serving.

defs

CommandWhat it does
hanzo flag defs get <key>Returns one flag definition by key, or 404 when the caller's store has none under that key.
hanzo flag defs listReturns every flag definition in the caller's (org, project) store, by key, with its version and who last changed it.
hanzo flag defs rm <key>Removes one flag definition by key and records the deletion in the change log.
hanzo flag defs set <key>Creates or replaces the flag definition at the path's key and returns the stored row.

How is this guide?

On this page