pipeline run get
Finds a specific run by ID. You must specify either project_id or space_id.
Syntax
cpd-cli pipeline run get \
--run-id=<job-run-id> \
[--job-id=<job-id>] \
[--project-id=<project-id>] \ \
[--space-id=<space-identifier>]
Options
Table 1: Command options
| Option | Description |
|---|---|
--job-id |
Specify the job ID. Each job has a
unique ID. Alternatively, the serving_name value can be
used.
|
--project-id |
Specify an IBM Software Hub
project instance.
|
--run-id |
Specify a job run ID. The job run
ID can be used to search the parent job of a job run.
|
--space-id |
Specify a space
identifier.
|