grafana / plugin-tools

Create Grafana plugins with ease.
https://grafana.com/developers/plugin-tools/
Apache License 2.0
55 stars 27 forks source link

Feat: new guidance on depending on a plugin for local development #952

Open sympatheticmoose opened 3 weeks ago

sympatheticmoose commented 3 weeks ago

Which areas does this feature request relate to

Problem

There is no documentation for creating a plugin which depends on an already existing plugin

Solution

We should explain the following about how create plugin's development env works:

So in order to install the plugin with it’s dependency you would need to either add the dependency into GF_INSTALL_PLUGINS=dependency (which devs probably are doing) or build and install your whole plugin via grafana cli or GF_INSTALL_PLUGINS=your-plugin-zip-via-url (which is quite inconvenient, but would work)

Alternatives

No response

Additional context

No response

Are you interested in contributing the solution?