build
01Command
Build a self-contained static dashboard with baked-in query results. The output is a directory with an HTML file and assets that can be deployed anywhere — no server required.
DaC is a dashboard-as-code tool. Build interactive dashboards using YAML and JSX. Built-in semantic layer. Get your agents to build standardized, reviewable dashboards.
Command
Build a self-contained static dashboard with baked-in query results. The output is a directory with an HTML file and assets that can be deployed anywhere — no server required.
Command
Validate dashboards and execute all widget queries. This is deeper than dac validate --with-database because it fetches real results instead of only dry-running or explaining SQL.
Command
Test all database connections defined in .bruin.yml. Connections are tested in parallel.
Command
Export dashboards to external formats. Currently supports Google Slides.
Command
Import dashboards from external tools into DAC YAML.
Command
Command "init" from bruin-data/dac, covering dac init, flags, examples, create the default starter project and create only a sql-backed yaml dashboard.
Command
List all discovered dashboards in a directory.
Command
DAC provides a set of commands for developing, validating, and deploying dashboards.
Command
Run SQL queries against configured connections. Supports inline SQL, SQL files, SQL-backed dashboard widgets, and semantic dashboard widgets.
Command
Start a development server with live reload.
Command
List and install DAC agent skills into a project.
Command
Upgrade the DAC CLI in place to the latest release.
Command
Validate dashboard definitions without executing any queries by default. Catches structural and configuration errors before you run the server.