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 recipeOptions 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 - Pipe2.ai command line and agent SDK
- pipe2 recipe download - Download every step artifact from a —capture-to run
- pipe2 recipe info - Pretty-print a recipe’s manifest
- pipe2 recipe list - List recipes compiled into this binary
- pipe2 recipe run - Execute a recipe end-to-end