kf tenant-defaults
Configure persona-driven tenant defaults.
kf tenant-defaults configure
Persona-driven day-0 bootstrap.
Persona-driven day-0 bootstrap. Writes tenant_configs rows for oversell, reservation TTL, and availability safety stock, creates the persona's default locations and sales channels, and installs the persona's default agents in Observer mode. Idempotent on metadata.idempotencyKey; callers may supply overrides to replace any default field.
| Flag | Required | Description |
|---|---|---|
--tenant <id> | yes | Target tenant id. |
--environment <id> | no | Target environment id; defaults to the active profile environment. |
--actor-type <type> | yes | Actor type (USER, SYSTEM, CONNECTOR, AGENT, SERVICE). |
--actor-id <id> | yes | Actor id. |
--idempotency-key <key> | no | Idempotency key for safe retries. Generated when omitted. |
--persona <value> | yes | Persona. |
--overrides <value> | no | Overrides. |
Example
kf tenant-defaults configure --tenant tnt_demo --actor-type USER --actor-id usr_sam --persona <value>