docs(plugins): move plugins into seperate folder

This commit is contained in:
bergquist
2016-02-29 16:53:47 +01:00
parent 113509a4e9
commit df8e56ddf8
3 changed files with 33 additions and 50 deletions

View File

@ -0,0 +1,31 @@
---
page_title: Plugin installation
page_description: Plugin installation for Grafana
page_keywords: grafana, plugins, documentation
---
# Plugins
## Installing plugins
The easiest way to install plugins is by using the CLI tool grafana-cli which is bundled with grafana.
To list available plugins
```
grafana-cli list-remove
```
To install a plugin type
```
grafana-cli install <plugin-id>
```
To list installed plugins
```
grafana-cli ls
```
to upgrade all installed plugins
```
grafana-cli upgrade-all
```