Bruin Cloud Step 2 of 5
Operate Bruin Cloud From the Terminal
1) List and inspect pipelines
Start with the pipelines in the project:
bruin cloud pipelines list --project-id "$PID"
Get the detail for one of them by name:
bruin cloud pipelines get --project-id "$PID" --name <pipeline-name>
If a pipeline is misbehaving before it even runs, check for definition problems:
bruin cloud pipelines errors --project-id "$PID"
That lists validation errors across the project - the same class of problem the dashboard flags, surfaced where you can grep it.