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
| Short | Long | Required | Description |
|---|---|---|---|
-id | --identifier | yes | The pipeline runtime object ID |
-f | --inputFile | no | Path to pipeline input file |