Auto-generate cli for advisor.grafana.app (#103465)

This commit is contained in:
Andres Martinez Gotor
2025-04-08 16:38:19 +02:00
committed by GitHub
parent fc37bb4355
commit 12e3b86ebb
11 changed files with 3245 additions and 9 deletions
-1
View File
@@ -1 +0,0 @@
plugin/src
+3 -1
View File
@@ -7,8 +7,10 @@ check: {
versions: {
"v0alpha1": {
codegen: {
frontend: true
backend: true
// Frontend code is generated following the instructions from
// https://github.com/grafana/grafana/blob/main/public/app/api/README.md
frontend: false
}
validation: {
operations: [
-7
View File
@@ -1,7 +0,0 @@
This folder contains the automatically generated types for the frontend that are used in the app plugin.
To update the types:
1. Make any necessary changes in the `kinds` directory
2. Run `make generate`
3. Copy the `plugin` directory to the frontend app: https://github.com/grafana/grafana-advisor-app/tree/main/src/plugin