Bruin DAC Step 1 of 4
Dashboards as Code with Bruin DAC
1. Install DAC (and the Bruin CLI)
DAC depends on the Bruin CLI for connections, so both binaries need to be on your PATH. The installer below puts the dac binary in place and, if you don't already have the Bruin CLI, installs that too in the same step.
curl -fsSL https://raw.githubusercontent.com/bruin-data/dac/main/install.sh | bash
Verify both are installed:
dac --version
bruin --version
If bruin --version doesn't return anything, install it directly with the Bruin CLI installer and re-run dac --version.
Tip
Want the bleeding edge? Append -s -- --channel edge to the curl command.