CLI: Renamed import-json to dashboard:import

More consistent w/ other command names.
This commit is contained in:
Jason Wilder 2015-02-15 13:45:25 -07:00
parent b97361b193
commit f2e9ec63df

View File

@ -15,8 +15,8 @@ import (
)
var ImportJson = cli.Command{
Name: "import-json",
Usage: "grafana import",
Name: "dashboard:import",
Usage: "imports dashboards in JSON from a directory",
Description: "Starts Grafana import process",
Action: runImport,
Flags: []cli.Flag{