Hello,
I am part of an organization taht manage a plugin.
The admin of the org do not want tob other each time I want to update the plugin.
Is there a way to make submission through an API ?
Thx
Hello,
I am part of an organization taht manage a plugin.
The admin of the org do not want tob other each time I want to update the plugin.
Is there a way to make submission through an API ?
Thx
Hi @punetworkobservabili do you mean to submit a plugin to Grafana for review and publication or to update a plugin in a Grafana instance via an API?
if is the first, no, you must use the grafana.com ui to send your submission. Plugin reviews are not an automated process and it often requires a human feedback loop that won’t be possible via an API request.
if is the second you can take a look at the grafana cli commands related to plugins Grafana CLI | Grafana documentation
That was exactly my question.
Thx for the answer.