pipeline get
Finds a specific pipeline by ID. You must specify either project_id
or space_id
.
Syntax
cpdctl pipeline get \
--pipeline-id PIPELINE-ID \
[--project-id PROJECT-ID] \
[--space-id SPACE-ID]
Options
Option | Description |
---|---|
--pipeline-id (UUID) |
The ID of the pipeline that you want to retrieve. Required. The maximum length is |
--project-id (UUID) |
The ID of the project. The maximum length is |
--space-id (UUID) |
The ID of the space. The maximum length is |