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: Add option for development and test enviroment #851

Closed oshirohugo closed 3 months ago

oshirohugo commented 3 months ago

Which areas does this feature request relate to

Problem

Currently the docker environment created by create-plugin is a development environment: the plugin is build as a debug binary and delve is attached to the plugin process. While this is good for the development process, it is far from the plugin final version, therefore we need a way to provide an environment closer to how the plugin will run in production.

Solution

Modify the docker environment to allow the user to select between test and development environment.

Alternatives

No response

Additional context

No response

Are you interested in contributing the solution?