Update WordPress plugins
wp_update_pluginsUpdate all installed plugins on a WordPress site with a single command. Use the dry-run option to preview available updates without applying changes.
Instructions
Update all plugins for a site (wp plugin update --all).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Domain (example.com) or absolute docroot path | |
| dryRun | No | Only report available updates |