* migrate to new manifest format * rename app to alerting.notifications to not conflict with rules * disable custom field selectors as they are not supported in appinstaller
9 lines
264 B
Makefile
9 lines
264 B
Makefile
include ../../sdk.mk
|
|
|
|
.PHONY: generate
|
|
generate: do-generate ## Run Grafana App SDK code generation
|
|
|
|
.PHONY: do-generate
|
|
do-generate: install-app-sdk update-app-sdk
|
|
@$(APP_SDK_BIN) generate --grouping=group --gogenpath=./pkg/apis --defencoding=yaml --postprocess
|