grafana-cli: add page (#8299)

pull/1/head
hellojukay 2022-08-05 16:36:25 +08:00 committed by GitHub
parent 822a07003b
commit 5772fa2b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View 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`