HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

grafana-cli — A small executable that is bundled with Grafana serve. More information: <https://grafana.com/docs/g

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandbundledexecutableclismallwiththatgrafana-cli

Problem

How to use the grafana-cli command: A small executable that is bundled with Grafana serve. More information: <https://grafana.com/docs/grafana/latest/administration/cli/>.

Solution

grafana-cli — A small executable that is bundled with Grafana serve. More information: <https://grafana.com/docs/grafana/latest/administration/cli/>.

Install, update, or remove specific plugins:
grafana-cli plugins {{install|update|remove}} {{plugin_id1 plugin_id2 ...}}


List all installed plugins:
grafana-cli plugins ls

Code Snippets

Install, update, or remove specific plugins

grafana-cli plugins {{install|update|remove}} {{plugin_id1 plugin_id2 ...}}

List all installed plugins

grafana-cli plugins ls

Context

tldr-pages: common/grafana-cli

Revisions (0)

No revisions yet.