new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Grafana dashboards · all subjects

cli/global options

11 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Grafana CLI global option: --help or -h

The --help or -h flag displays help for the Grafana server CLI, including default paths and Docker configuration information.

Grafana CLI global option: --version or -v

The --version or -v flag prints the version of Grafana server CLI currently running.

Grafana CLI global option: --pluginsDir

The --pluginsDir value option overrides the path to where a local Grafana instance stores plugins. The default directory is /var/lib/grafana/plugins. This can also be set via the $GF_PLUGIN_DIR environment variable. Example: grafana cli --pluginsDir "/var/lib/grafana/devplugins" plugins install <plugin-id>

Grafana CLI global option: --repo

The --repo value option allows downloading and installing or updating plugins from a repository other than the default Grafana repository. Example: grafana cli --repo "https://example.com/plugins" plugins install <plugin-id>

Grafana CLI global option: --pluginUrl

The --pluginUrl value option allows downloading a .zip file containing a plugin from a local URL instead of the default Grafana source. Example: grafana cli --pluginUrl https://company.com/grafana/plugins/<plugin-id>-<plugin-version>.zip plugins install <plugin-id>

Grafana CLI global option: --insecure

The --insecure flag turns off Transport Layer Security (TLS) verification. This is a significant security risk and is not recommended. It can be used when downloading plugins from non-default sources. Example: grafana cli --insecure --pluginUrl https://company.com/grafana/plugins/<plugin-id>-<plugin-version>.zip plugins install <plugin-id>

Grafana CLI global option: --debug or -d

The --debug or -d flag enables debug logging. Debug output is returned and shown in the terminal. Example: grafana cli --debug plugins install <plugin-id>

Grafana CLI global option: --configOverrides

The --configOverrides option is a command line argument that acts like an environmental variable override. It can be used to redirect logging to another file or when resetting the admin password with non-default configuration values. Example: grafana cli --configOverrides cfg:default.paths.log=/dev/null plugins install <plugin-id>

Grafana CLI global option: --homepath

The --homepath option sets the path for the Grafana install/home path. It defaults to the working directory. This is not needed if running the CLI from the Grafana installation directory. Example: grafana cli --homepath "/usr/share/grafana" admin reset-admin-password <new password>

Grafana CLI global option: --config

The --config value option overrides the default location where Grafana expects the configuration file. Example: grafana cli --config "/etc/configuration/" admin reset-admin-password mynewpassword

Grafana CLI global options scope

Each global option applies only to the command in which it is used. For example, --pluginsDir does not permanently change where Grafana saves plugins; it only changes it for the command in which the option is applied.

Give your agent this brain