CLISettings
Settings
2 `hanzo` commands for Settings, each calling one operation on api.hanzo.ai.
Package settings is how an org configures each product it uses, secret fields included.
2 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo settings get <product> | GET /v1/settings/{product} | Reads the caller org's configuration for one product, with every secret field MASKED — only the names of the set… |
hanzo settings set <product> | PUT /v1/settings/{product} | Writes the caller org's configuration for one product and answers the stored result, secrets masked. |
How is this guide?