mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
432 B
Plaintext
18 lines
432 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|