feat(cli): add command for upgrading one plugin

This commit is contained in:
bergquist
2016-02-16 08:49:27 +01:00
parent 36f4f1d0f3
commit 4131d8b57a
5 changed files with 42 additions and 18 deletions
-3
View File
@@ -1,13 +1,10 @@
package services
import (
//m "github.com/grafana/grafana/pkg/cmd/grafana-cli/models"
"io/ioutil"
"os"
)
//var IoUtils m.IoUtil = IoUtilImp{}
type IoUtilImp struct {
}