Skip to content

pipe2 pipelines run

pipe2 pipelines run

Dispatch a pipeline run

Synopsis

Dispatch a pipeline run with the given JSON input.

Examples: pipe2 pipelines run —pipeline video-generator —input ./input.json echo ’{“prompt”:“a cat”}’ | pipe2 pipelines run —pipeline video-generator —input - pipe2 pipelines run —pipeline video-generator —input-json ’{“prompt”:“a cat”}’ —wait

pipe2 pipelines run [flags]

Options

-h, --help help for run
--input string path to JSON input file, or "-" for stdin
--input-json string inline JSON input
--pipeline string pipeline slug (required)
--wait block until the run reaches a terminal status
--wait-timeout duration max time to wait when --wait is set (default 10m0s)

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.toml)
--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