pipeline run get-logs

Finds logs related to the specified run. You must specify either project_id or space_id.

Syntax

cpdctl pipeline run get-logs \
[--filter FILTER] \
[--job-id JOB-ID] \
[--project-id PROJECT-ID] \
--run-id RUN-ID \
[--space-id SPACE-ID]

Options

Table 1: Command options
Option Description
--filter (string)

A URL-encoded or JSON-serialized filter protocol buffer.

--job-id (UUID)

The ID of the job related to the run. Adding this option can improve response time.

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}$/.

--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}$/.

--run-id (UUID)

The ID of the run. Required.

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}$/.

--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}$/.