Skip to content

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

writes a state.json recording each step’s pipeline, run id, and output. download reads that file and fetches every step’s artifact:

pipe2 recipe run clip-factory —input clip.mp4 —capture-to ./out pipe2 recipe download —from ./out

Files land as step--.. Use —to to write elsewhere.

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 stderr

SEE ALSO