Update offline plugin docs

Add Updating all local plugins in one command

Fixes #4426

Fixes #4453
This commit is contained in:
Suyog Rao 2016-01-11 12:22:15 -08:00
parent 00f876f323
commit c2409c4e23

View file

@ -49,6 +49,11 @@ examples:
`bin/plugin update --local logstash-input-jdbc`
============
.Updating all local plugins in one command
============
`bin/plugin update --local`
============
[float]
[[managing-packs]]
=== Managing Plugin Packs
@ -59,4 +64,4 @@ The `pack` and `unpack` subcommands for `bin/plugin` take the following options:
`--tgz`:: Generate the offline package as a GZipped TAR file. The default behavior on UNIX systems.
`--zip`:: Generate the offline package as a ZIP file. The default behavior on Windows systems.
`[packname] --override`:: Generates a new offline package that overwrites an existing offline with the specified name.
`[packname] --[no-]clean`: Deletes offline packages matching the specified name.
`[packname] --[no-]clean`: Deletes offline packages matching the specified name.