bd0140b6f0
* GrafanaBootData: decouple `config.apps` from boot data IV * chore: changed to openfeature flags eval * chore: updates after PR feedback * chore: updates after PR feedback * chore: copy types to runtime package * chore: add code ownership * chore: deprecate in interface too * chore: add important notice to comments * chore: deprecate the whole interface
20 lines
402 B
Markdown
20 lines
402 B
Markdown
# Plugins App
|
|
|
|
API documentation is available at http://localhost:3000/swagger?api=plugins.grafana.app-v0alpha1
|
|
|
|
## Codegen
|
|
|
|
- Go and TypeScript: `make generate`
|
|
|
|
## Plugin sync
|
|
|
|
The plugin sync pushes the plugins loaded from disk to the plugins API.
|
|
|
|
To enable, add these feature toggles in your `custom.ini`:
|
|
|
|
```ini
|
|
[feature_toggles]
|
|
pluginInstallAPISync = true
|
|
pluginStoreServiceLoading = true
|
|
```
|