feat(cli): support for asking grafana net about plugins

This commit is contained in:
bergquist
2016-03-10 16:25:34 +01:00
parent 43073da7eb
commit fee0745e98
5 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ func main() {
cli.StringFlag{
Name: "repo",
Usage: "url to the plugin repository",
Value: "https://raw.githubusercontent.com/grafana/grafana-plugin-repository/master/repo.json",
Value: "",
},
cli.BoolFlag{
Name: "debug, d",