Bruin CLI Step 1 of 6
Stripe Analytics Pipeline with 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 dashboard in Step 5, 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.