mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 13:56:52 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
17
tldr/grafana-cli
Normal file
17
tldr/grafana-cli
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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/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`
|
||||
Reference in New Issue
Block a user