table of contents
GRAFANA(1) | User Commands | GRAFANA(1) |
NAME¶
grafana-cli - command line administration for the Grafana metrics dashboard and graph editor
DESCRIPTION¶
NAME:¶
- grafana-cli
USAGE:¶
- grafana-cli [global options] command [command options] [arguments...]
COMMANDS:¶
GLOBAL OPTIONS:¶
- --pluginsDir value
- path to the grafana plugin directory (default: "/var/lib/grafana/plugins") [$GF_PLUGIN_DIR]
- --repo value
- url to the plugin repository (default: "https://grafana.com/api/plugins") [$GF_PLUGIN_REPO]
- --pluginUrl value
- Full url to the plugin zip file instead of downloading the plugin from grafana.com/api [$GF_PLUGIN_URL]
- --insecure
- Skip TLS verification (insecure) (default: false)
- --debug
- Enable debug logging (default: false)
- --configOverrides value
- Configuration options to override defaults as a string. e.g. cfg:default.paths.log=/dev/null
- --homepath value
- Path to Grafana install/home path, defaults to working directory
- --config value
- Path to config file
- --help, -h
- show help
- --version, -v
- print the version
SEE ALSO¶
Additional documentation for grafana-cli is available on-line at http://docs.grafana.org/administration/cli/. The full documentation for Grafana is available on-line at http://docs.grafana.org/.
September 2022 | Grafana cli version 9.0.9 |