Merge pull request #3579 from znz/update-plugin-list

Update plugin list
This commit is contained in:
Jose Diaz-Gonzalez
2019-06-04 10:05:20 -05:00
committed by GitHub

View File

@@ -24,18 +24,20 @@ dokku plugins-install
## Usage
You can list all installed plugins using the `plugin` command:
You can list all installed plugins using the `plugin:list` command:
```shell
dokku plugin
dokku plugin:list
```
```
plugn: dev
00_dokku-standard 0.17.6 enabled dokku core standard plugin
20_events 0.17.6 enabled dokku core events logging plugin
app-json 0.17.6 enabled dokku core app-json plugin
apps 0.17.6 enabled dokku core apps plugin
build-env 0.17.6 enabled dokku core build-env plugin
buildpacks 0.17.6 enabled dokku core buildpacks plugin
certs 0.17.6 enabled dokku core certificate management plugin
checks 0.17.6 enabled dokku core checks plugin
common 0.17.6 enabled dokku core common plugin
@@ -45,18 +47,20 @@ plugn: dev
enter 0.17.6 enabled dokku core enter plugin
git 0.17.6 enabled dokku core git plugin
logs 0.17.6 enabled dokku core logs plugin
named-containers 0.17.6 enabled dokku core named containers plugin
network 0.17.6 enabled dokku core network plugin
nginx-vhosts 0.17.6 enabled dokku core nginx-vhosts plugin
plugin 0.17.6 enabled dokku core plugin plugin
proxy 0.17.6 enabled dokku core proxy plugin
ps 0.17.6 enabled dokku core ps plugin
repo 0.17.6 enabled dokku core repo plugin
resource 0.17.6 enabled dokku core resource plugin
scheduler-docker-local 0.17.6 enabled dokku core scheduler-docker-local plugin
shell 0.17.6 enabled dokku core shell plugin
ssh-keys 0.17.6 enabled dokku core ssh-keys plugin
storage 0.17.6 enabled dokku core storage plugin
tags 0.17.6 enabled dokku core tags plugin
tar 0.17.6 enabled dokku core tar plugin
trace 0.17.6 enabled dokku core trace plugin
```
Installing a plugin is easy as well using the `plugin:install` command. This command will also trigger the `install` pluginhook on all existing plugins.