1GRAFANA(1) User Commands GRAFANA(1)
2
3
4
6 grafana-cli - command line administration for the Grafana metrics dash‐
7 board and graph editor
8
10 NAME:
11 grafana-cli
12
13 USAGE:
14 grafana-cli [global options] command [command options] [argu‐
15 ments...]
16
17 COMMANDS:
18 plugins
19 Manage plugins for grafana
20
21 admin Grafana admin commands
22
23 help, h
24 Shows a list of commands or help for one command
25
26 GLOBAL OPTIONS:
27 --pluginsDir value
28 path to the grafana plugin directory (default:
29 "/var/lib/grafana/plugins") [$GF_PLUGIN_DIR]
30
31 --repo value
32 url to the plugin repository (default:
33 "https://grafana.com/api/plugins") [$GF_PLUGIN_REPO]
34
35 --pluginUrl value
36 Full url to the plugin zip file instead of downloading the plug‐
37 in from grafana.com/api [$GF_PLUGIN_URL]
38
39 --insecure
40 Skip TLS verification (insecure)
41
42 --debug, -d
43 enable debug logging
44
45 --help, -h
46 show help
47
48 --version, -v
49 print the version
50
52 Additional documentation for grafana-cli is available on-line at
53 http://docs.grafana.org/administration/cli/. The full documentation
54 for Grafana is available on-line at http://docs.grafana.org/.
55
56
57
58Grafana cli version 5.4.3 February 2019 GRAFANA(1)