pipe2 recipe run
pipe2 recipe run
Execute a recipe end-to-end
pipe2 recipe run <slug> [--<input> <value> ...] [flags]Options
--capture-to string directory where Capture writes per-step artifacts (used by the asset-production pipeline) --dry-run resolve inputs and log the chain that would run, but skip dispatch (no credits charged, no auth required) --estimate fetch credit cost for each step via the API and print a running total (composes with --dry-run for a no-spend cost preview; requires auth) -h, --help help for run --resume reuse step outputs recorded in <capture-to>/state.json from a prior run; only steps not yet recorded are dispatchedOptions inherited from parent commands
--api-url string override API base URL (env: PIPE2_API_URL) --config string path to config file (default: $XDG_CONFIG_HOME/pipe2/config.json) --json emit JSON to stdout instead of human-readable text --token string override personal access token (env: PIPE2_TOKEN) -v, --verbose verbose human output on stderrSEE ALSO
- pipe2 recipe - Run cookbook recipes