Destination
The `hanzo destination` commands.
Also for this capability: API · CLI · MCP · SDKs
Your events forwarded to the ad and analytics tools you use.
hanzo destination listEvery 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 destination list | Reports every destination this deployment can forward to, each with the caller org's connection state: whether it is… |
add
| Command | What it does |
|---|---|
hanzo destination add <platform> | Connect one conversion destination for your org, or update the one you have |
get
| Command | What it does |
|---|---|
hanzo destination get <platform> | Reports one destination's card for the caller's org — its config fields, its connection state, and whether a credential… |
rm
| Command | What it does |
|---|---|
hanzo destination rm <platform> | Forgets a destination for the caller's org: every credential held in KMS, then the stored config. |
test
| Command | What it does |
|---|---|
hanzo destination test <platform> | Sends ONE synthetic pageview through the connected destination end to end and reports what the platform said. |
How is this guide?