GetPipelineDebugPoints
Returns debug point nodes for a specific pipeline execution.
Examples
Returns the debug point node tree for a specific pipeline execution:
octo-cli -c GetPipelineDebugPoints -id "cc0000000000000000000003" -eid "7c011b03-b738-4be7-948c-78ee28e4b233"
Output as compact JSON:
octo-cli -c GetPipelineDebugPoints `
-id "cc0000000000000000000003" `
-eid "7c011b03-b738-4be7-948c-78ee28e4b233" `
-j
Options
| Short | Long | Required | Description |
|---|---|---|---|
-id | --identifier | yes | The pipeline runtime ID |
-eid | --executionId | yes | The execution ID (GUID) |
-j | --json | no | Output as raw JSON |