GetPipelineSchema
Gets the pipeline JSON schema for a specific adapter.
Examples
Returns the JSON Schema describing valid pipeline definitions for a specific adapter:
octo-cli -c GetPipelineSchema -aid "69cfa838092b710403248acd"
Write schema to a file instead of stdout:
octo-cli -c GetPipelineSchema -aid "69cfa838092b710403248acd" -o "./pipeline-schema.json"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-aid | --adapterId | yes | The adapter runtime ID |
-o | --outputFile | no | Output file path |