DeployPipeline
Deploys a pipeline definition to the corresponding adapter.
Examples
Deploys a pipeline definition from a YAML or JSON file:
octo-cli -c DeployPipeline `
-aid "69cfa838092b710403248acd" `
-pid "cc0000000000000000000003" `
-f "./my-pipeline.yaml"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-aid | --adapterId | yes | The adapter runtime ID |
-pid | --pipelineId | yes | The pipeline runtime ID |
-f | --file | yes | Path to pipeline definition file (YAML/JSON) |