Skip to content

pipe2 recipe

pipe2 recipe

Run cookbook recipes

Synopsis

Recipes are typed Go programs that orchestrate one or more Pipe2 pipelines. They ship with the CLI binary.

Examples: pipe2 recipe list pipe2 recipe info clip-factory pipe2 recipe run clip-factory —input https://example.com/talk.mp4 —reformat 9:16 pipe2 recipe run clip-factory —input ./my-clip.mp4 —highlights-count 3 —preset karaoke-gradient

Options

-h, --help help for recipe

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