pipeline list
Finds all pipelines. You must specify either project_id
or
space_id
.
Syntax
cpdctl pipeline list \
[--page-size PAGE-SIZE] \
[--page-token PAGE-TOKEN] \
[--project-id PROJECT-ID] \
[--sort-by SORT-BY] \
[--space-id SPACE-ID]
Options
Option | Description |
---|---|
--page-size (int64) |
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 |
--page-token (string) |
A page token to request the next page of results. The token is acquired from the
|
--project-id (UUID) |
The ID of the project. The maximum length is |
--sort-by (string) |
Accepted formats are Accepted field names are Accepted sort orders are |
--space-id (UUID) |
The ID of the space. The maximum length is |