tldr/pages/common/grafana-cli.md

13 lines
324 B
Markdown
Raw Normal View History

2022-08-05 09:36:25 +01:00
# grafana-cli
> A small executable that is bundled with Grafana serve.
> More information: <https://grafana.com/docs/grafana/latest/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`