Home
Reference

CLI reference

Reference for the content-gen command and its safe execution modes.
content-gen run PIPELINE [IDS ...] [--root PATH] [--dry-run]
                [--fixture-image PATH] [--force]
ArgumentMeaning
PIPELINEJSON pipeline manifest.
IDSOptional expanded asset IDs. Unknown IDs fail closed.
--rootWorkspace root used to resolve source and output paths. Defaults to the current directory.
--dry-runPrint the resolved plan only; never needs credentials, network, outputs, or ImageMagick.
--fixture-imageCopy a local image as raw input, avoiding provider work.
--forceReprocess an existing selected final output.

The command prints produced output paths for an execution and formatted JSON for a dry run. Non-zero exits preserve provider and ImageMagick failures unless a pipeline opts into continue_on_error, in which case the command reports an aggregate failure after attempting remaining items.