wp plugin update <plugin>
Updates one or more plugins
Arguments
Name | Description |
---|
plugin | One or more plugins to update |
Options
Name | Description |
---|
--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 |
--version | If set, the plugin will be updated to the specified version |
--dry-run | Preview which plugins would be updated |
--insecure | Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack |