Skip to main content

ExecutePipeline

Executes a pipeline and returns the execution ID.

Examples

Triggers a pipeline execution and returns the execution ID:

octo-cli -c ExecutePipeline -id "cc0000000000000000000003"

Optionally provide input data from a file:

octo-cli -c ExecutePipeline -id "cc0000000000000000000003" -f "./input.json"

Options

ShortLongRequiredDescription
-id--identifieryesThe pipeline runtime object ID
-f--inputFilenoPath to pipeline input file