Bruin CLI Step 1 of 4
GA4 and Search Console Reporting on BigQuery
1) Install the CLIs
Install the Bruin CLI. It runs the pipeline.
curl -LsSf https://getbruin.com/install/cli | sh
Install DAC (Dashboards as Code). It renders the three dashboards in Step 4, and its installer pulls in the Bruin CLI too if you skipped the previous command.
curl -LsSf https://getbruin.com/install/dac | sh
Check both:
bruin version
dac version
Note
Both binaries land in ~/.local/bin. If you get command not found, add that directory to your PATH. On Windows, run these in Git Bash or WSL rather than PowerShell.