mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
grafana-cli: add page (#8299)
This commit is contained in:
parent
822a07003b
commit
5772fa2b18
1 changed files with 12 additions and 0 deletions
12
pages/common/grafana-cli.md
Normal file
12
pages/common/grafana-cli.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue