Commit f2e9ec63 by Jason Wilder

CLI: Renamed import-json to dashboard:import

More consistent w/ other command names.
parent b97361b1
......@@ -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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment