Commands
DAC provides a set of commands for developing, validating, and deploying dashboards.
Global Flags
These flags apply to all commands:
| Flag | Alias | Description |
|---|---|---|
--config | -c | Path to .bruin.yml config file (auto-discovered if not set) |
--environment | -e | Target environment name |
--debug | Enable debug logging |
Command Reference
| Command | Description |
|---|---|
init | Create a new DAC project |
serve | Start development server with live reload |
build | Build static dashboard with baked-in query results |
validate | Validate dashboard definitions |
check | Validate and execute all queries |
ls | List discovered dashboards |
query | Run SQL against a connection |
connections | Test database connections |
skills | List and install DAC agent skills |
export | Export dashboards to external formats |