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 cue Cue validation commands
24
25 help, h
26 Shows a list of commands or help for one command
27
28 GLOBAL OPTIONS:
29 --pluginsDir value
30 path to the grafana plugin directory (default:
31 "/var/lib/grafana/plugins") [$GF_PLUGIN_DIR]
32
33 --repo value
34 url to the plugin repository (default:
35 "https://grafana.com/api/plugins") [$GF_PLUGIN_REPO]
36
37 --pluginUrl value
38 Full url to the plugin zip file instead of downloading the
39 plugin from grafana.com/api [$GF_PLUGIN_URL]
40
41 --insecure
42 Skip TLS verification (insecure) (default: false)
43
44 --debug
45 Enable debug logging (default: false)
46
47 --configOverrides value
48 Configuration options to override defaults as a string. e.g.
49 cfg:default.paths.log=/dev/null
50
51 --homepath value
52 Path to Grafana install/home path, defaults to working directory
53
54 --config value
55 Path to config file
56
57 --help, -h
58 show help
59
60 --version, -v
61 print the version
62
64 Additional documentation for grafana-cli is available on-line at
65 http://docs.grafana.org/administration/cli/. The full documentation
66 for Grafana is available on-line at http://docs.grafana.org/.
67
68
69
70Grafana cli version 9.0.9 September 2022 GRAFANA(1)