I came across an issue where I need to install a specific version of a plugin in Grafana, I tried command grafana-cli plugins install jdbranham-diagram-panel --version=1.6.1 which didn't work. I am trying to install jdbranham-diagram-panel plugin's 1.6.1 version in my system.
How to Install specific version of a plugin with Grafana-cli?
4.7k views Asked by RavinderSingh13 At
1
Following command should do the trick.
In above command I needed to install plugin named
jdbranham-diagram-panelwith version1.6.1so we can use above command to do so.Basically syntax of installing any plugin with specific version will become like: