Bruin Cloud Step 4 of 5
Operate Bruin Cloud From the Terminal
1) Trigger a run
The simplest form runs the whole pipeline:
bruin cloud runs trigger --project-id "$PID" --pipeline <pipeline-name>
To run a specific window - the usual case for reprocessing a period - pass a date range:
bruin cloud runs trigger \
--project-id "$PID" --pipeline <pipeline-name> \
--start-date 2024-01-01 --end-date 2024-01-31
The command returns a run ID. Track it with the runs get and instances commands from Step 2.