baz blitz
Manage Blitz setup, queue, and content drops
baz blitz [options] [command]| Option | Description |
|---|---|
-h, --help | display help for command |
baz blitz setup
Create or update Blitz brand setup from structured input
baz blitz setup [options]| Option | Description |
|---|---|
--stdin-json | Read JSON input from stdin |
--file <path> | Read JSON input from a file |
-h, --help | display help for command |
baz blitz schedule
Create or update Blitz cadence and budget
baz blitz schedule [options]| Option | Description |
|---|---|
--stdin-json | Read JSON input from stdin |
--file <path> | Read JSON input from a file |
-h, --help | display help for command |
baz blitz drop
Create a manual Blitz content request
baz blitz drop [options]| Option | Description |
|---|---|
--url <url> | Create a URL content drop |
--text <text> | Create a text or idea content drop |
--stdin-json | Read JSON input from stdin |
-h, --help | display help for command |
baz blitz queue
Inspect the Blitz queue
baz blitz queue [options]| Option | Description |
|---|---|
--status <status> | Filter by status |
--limit <number> | Number of items to return Default: 20. |
-h, --help | display help for command |
baz blitz status
Show Blitz onboarding, budget, and queue summary
baz blitz status [options]| Option | Description |
|---|---|
-h, --help | display help for command |
baz blitz claim
Enterprise / service accounts. Used by managed content pipelines; requires a service account on a Business plan.
Claim the next due Blitz request (admin/service-account)
baz blitz claim [options]| Option | Description |
|---|---|
--due-before <iso> | Only claim requests due before this ISO timestamp |
-h, --help | display help for command |
baz blitz request
Show a single Blitz request with variants
baz blitz request [options] <requestId>| Option | Description |
|---|---|
-h, --help | display help for command |
baz blitz save-variant
Enterprise / service accounts. Used by managed content pipelines; requires a service account on a Business plan.
Create or update a Blitz variant record (admin/service-account)
baz blitz save-variant [options]| Option | Description |
|---|---|
--stdin-json | Read JSON input from stdin |
--file <path> | Read JSON input from a file |
-h, --help | display help for command |
baz blitz mark-ready
Enterprise / service accounts. Used by managed content pipelines; requires a service account on a Business plan.
Mark a Blitz request ready for review (admin/service-account)
baz blitz mark-ready [options]| Option | Description |
|---|---|
--stdin-json | Read JSON input from stdin |
--file <path> | Read JSON input from a file |
-h, --help | display help for command |
baz blitz mark-failed
Enterprise / service accounts. Used by managed content pipelines; requires a service account on a Business plan.
Mark a Blitz request failed or requeue it (admin/service-account)
baz blitz mark-failed [options]| Option | Description |
|---|---|
--stdin-json | Read JSON input from stdin |
--file <path> | Read JSON input from a file |
-h, --help | display help for command |
baz blitz approve
Approve a Blitz variant for a request
baz blitz approve [options]| Option | Description |
|---|---|
--request-id <id> | Request ID |
--variant-id <id> | Variant ID |
-h, --help | display help for command |
baz blitz prepare-project
Enterprise / service accounts. Used by managed content pipelines; requires a service account on a Business plan.
Create or reuse a Baz workspace project for a Blitz request (admin/service-account)
baz blitz prepare-project [options]| Option | Description |
|---|---|
--request-id <id> | Request ID |
-h, --help | display help for command |
baz blitz execute-request
Enterprise / service accounts. Used by managed content pipelines; requires a service account on a Business plan.
Prepare a Blitz request project and generate through Baz chat (admin/service-account)
baz blitz execute-request [options]| Option | Description |
|---|---|
--request-id <id> | Request ID |
--variant-label <label> | Variant label to save Default: A. |
--mode <mode> | Generation mode: agent, agent-max, or multi-scene Default: agent-max. |
-h, --help | display help for command |
baz blitz work-once
Enterprise / service accounts. Used by managed content pipelines; requires a service account on a Business plan.
Claim the next due Blitz request and execute it through Baz chat (admin/service-account)
baz blitz work-once [options]| Option | Description |
|---|---|
--due-before <iso> | Only claim requests due before this ISO timestamp |
--variant-label <label> | Variant label to save Default: A. |
--mode <mode> | Generation mode: agent, agent-max, or multi-scene Default: agent-max. |
-h, --help | display help for command |