This repository contains a collection of WP-CLI commands that are useful for debugging and development.
For now, you can drop any of these files into your wp-content/mu-plugins directory.
This command cycles through all active plugins, deactivating and reactivating them one at a time.
wp plugin-debug cycleThis command uses a binary search approach to efficiently find problematic plugins by deactivating plugins in groups.
wp plugin-debug binary