Wp plugin update (WP-CLI)

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
$ wp plugin update

   [<plugin>…]              One or more plugins to update.
   [--all]                  If set, all plugins that have updates will be updated.
   [--exclude=<name>]       Comma separated list of plugin names that should be excluded from updating.
   [--minor]                Only perform updates for minor releases (e.g. from 1.3 to 1.4 instead of 2.0)
   [--patch]                Only perform updates for patch releases (e.g. from 1.3 to 1.3.3 instead of 1.4)
   [--format=<format>]      Render output in a particular format.
    ---
    default: table
    options:
    – table
    – csv
    – json
    – summary
    ---
   [--version=<version>]   If set, the plugin will be updated to the specified version.
   [--dry-run]             Preview which plugins would be updated. 

Bv.:

wp plugin update --all

Sources