📄️ wp plugin activate
Activate one or more WordPress plugins from the command line using WP-CLI without logging into the dashboard.
📄️ wp plugin auto-updates
Enable or disable automatic background updates for WordPress plugins using WP-CLI's wp plugin auto-updates command.
📄️ wp plugin delete
Permanently remove WordPress plugin files from disk using WP-CLI. Does not run the uninstall routine — use wp plugin uninstall first for data cleanup.
📄️ wp plugin deactivate
Deactivate one or more WordPress plugins from the command line using WP-CLI, including forced deactivation and uninstall cleanup.
📄️ wp plugin get
Retrieve detailed information about a specific WordPress plugin using WP-CLI, including raw file header metadata.
📄️ wp plugin install
Install WordPress plugins from WordPress.org, a zip file, or a URL using WP-CLI — with optional immediate activation.
📄️ wp plugin list
List all installed WordPress plugins with their status, version, and update availability using WP-CLI.
📄️ wp plugin path
Get the absolute filesystem path to a WordPress plugin directory or file using WP-CLI.
📄️ wp plugin update
Update one or all WordPress plugins to the latest or a specific version using WP-CLI, with dry-run support and version pinning.
📄️ wp plugin status
Display detailed status information about a specific WordPress plugin using WP-CLI, including version, activation state, and update availability.
📄️ wp plugin uninstall
Deactivate and run the uninstall routine for a WordPress plugin using WP-CLI, removing its database data and settings.