mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CLI: Renamed import-json to dashboard:import
More consistent w/ other command names.
This commit is contained in:
parent
b97361b193
commit
f2e9ec63df
@ -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{
|
Loading…
Reference in New Issue
Block a user