baz template
Browse and apply templates
baz template [options] [command]| Option | Description |
|---|---|
-h, --help | display help for command |
baz template list
List available templates
baz template list [options]| Option | Description |
|---|---|
--catalog <catalog> | Catalog scope: curated or all Default: curated. |
--include-multiscene | Include multi-scene templates |
--category <category> | Filter by category |
--format <format> | Filter by format: landscape, portrait, square |
--search <query> | Search templates by name/description |
--limit <n> | Max results Default: 20. |
-h, --help | display help for command |
baz template recommend
Recommend templates for a prompt
baz template recommend [options] <prompt>| Option | Description |
|---|---|
--catalog <catalog> | Catalog scope: curated or all Default: curated. |
--include-multiscene | Include multi-scene templates |
--limit <n> | Max recommendations Default: 5. |
-h, --help | display help for command |
baz template show
Show template details
baz template show [options] <template-id>| Option | Description |
|---|---|
--code | Include TSX template code |
--output <path> | Write TSX code to file (implies --code) |
-h, --help | display help for command |
baz template apply
Add template scene(s) to a project
baz template apply [options] <template-id>| Option | Description |
|---|---|
--project-id <id> | Override active project |
-h, --help | display help for command |
baz template publish
Enterprise / service accounts. Used by managed content pipelines; requires a service account on a Business plan.
Publish a project as a community template (admin beta)
baz template publish [options]| Option | Description |
|---|---|
--name <name> | Template name |
--project-id <id> | Override active project |
--scene-ids <ids> | Comma-separated scene UUIDs (defaults to all active project scenes) |
--description <description> | Template description |
--category <category> | Template category |
--tags <tags> | Comma-separated tags |
--formats <formats> | Comma-separated formats: landscape, portrait, square |
--preview-url <url> | Preview video URL |
--var <key=value> | Declare editable variable (repeatable) |
--dry-run | Validate and score publish payload without writing |
-h, --help | display help for command |