pipeline version
list
Lists all pipeline versions of a pipeline. You must specify either project_id or space_id.
Syntax
cpd-cli pipeline version
list \
--pipeline-id=<pipeline-identifier> \
[--page-size=<placeholder-text>] \
[--page-token=<placeholder-text>] \
[--project-id=<project-id>] \
[--sort-by=<placeholder-text>] \
[--space-id=<space-identifier>]
Options
Table 1: Command options
| Option | Description |
|---|---|
--page-size
|
The number of pipelines to be
listed per page. If you have more pipelines than this number, the response message contains a valid
value in the nextPageToken field.
|
--page-token |
A page token to request the next
page of results. The token is acquired from the nextPageToken field of the response from the
previous ListPipelines call.
|
--pipeline-id |
Specify a pipeline
identifier.
|
--project-id |
Specify an IBM Software Hub
project instance.
|
--sort-by |
Accepted formats are field_name or
field_name sort_order. Accepted field names are ID, name, or created_at. Accepted sort orders are
asc (ascending) or desc (descending). The default sort order is
ascending.
|
--space-id |
Specify a space
identifier.
|