.PHONY: all
all: dashboards

.PHONY: dashboards
dashboards: ## Dashboards – Typescript
	go tool github.com/grafana/cog/cmd/cli generate --config ./dashboard-ts.yaml
