# Plugin/theme operations Use this file for installs, activation, updates, and listing state. ## Common commands - Plugins: - `wp plugin list` - `wp plugin status ` - `wp plugin activate ` - `wp plugin deactivate ` - `wp plugin update --all` - Themes: - `wp theme list` - `wp theme activate ` - `wp theme update --all` ## Guardrails - On production, avoid `update --all` without a maintenance window. - On multisite, plugin activation may be per-site or network-wide; confirm intent.