wp plugin update <plugin>

Updates one or more plugins

Arguments

NameDescription
pluginOne or more plugins to update

Options

NameDescription
--allIf set, all plugins that have updates will be updated
--exclude <name>Comma separated list of plugin names that should be excluded from updating
--minorOnly perform updates for minor releases (e.g. from 1.3 to 1.4 instead of 2.0)
--patchOnly 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
--versionIf set, the plugin will be updated to the specified version
--dry-runPreview which plugins would be updated
--insecureRetry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack