grafana/kindsv2/Makefile
Kévin Gomez 77f7ab27be
Use cog as a cli tool to generate code for kinds v2 schemas (#99044)
* Use cog as a cli tool to generate code for kinds v2 schemas

* Update imports to dashboard v2 package in frontend

* Ensure cog is installed before using it
2025-01-16 13:18:47 +01:00

9 lines
175 B
Makefile
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

include ../.bingo/Variables.mk
.PHONY: all
all: dashboards
.PHONY: dashboards
dashboards: $(COG) ## Dashboards Typescript
@$(COG) generate --config ./dashboard-ts.yaml