pipe2 recipe download
pipe2 recipe download
Download every step artifact from a —capture-to run
Synopsis
Download the per-step artifacts recorded in a recipe run’s state.json.
A run started with —capture-to
pipe2 recipe run clip-factory —input clip.mp4 —capture-to ./out pipe2 recipe download —from ./out
Files land as step-
Asset paths are resolved against the configured storage base — set it once with ‘pipe2 auth login —storage-url …’ or per-call via $PIPE2_STORAGE_URL.
pipe2 recipe download [flags]Options
--from string capture directory containing state.json (required) -h, --help help for download --to string output directory (default: same as --from)Options 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