wp_plugin_install
Install WordPress plugins from wordpress.org repository directly via WP-CLI. Specify plugin slug and optionally activate after installation.
Instructions
Install a plugin from wordpress.org
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Plugin slug (e.g. 'woocommerce', 'advanced-custom-fields') | |
| activate | No | Activate after install |