Bruin CLI Step 1 of 3
Install Bruin
1) Install the CLI
Run this command in your terminal:
curl -LsSf https://getbruin.com/install/cli | sh
This works on macOS, Linux, and Windows (via Git Bash or WSL).
If you prefer wget:
wget -qO- https://getbruin.com/install/cli | sh
Note
Windows users: Make sure to run the command in Git Bash or WSL, not PowerShell or Command Prompt.