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

Table 1: Command 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 nextPageToken field.

--page-token (string)

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.

--project-id (UUID)

The ID of the project.

The maximum length is 36 characters. The minimum length is 36 characters. The value must match the regular expression /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.

--sort-by (string)

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 asc.

--space-id (UUID)

The ID of the space.

The maximum length is 36 characters. The minimum length is 36 characters. The value must match the regular expression /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.