Skip to content

Instantly share code, notes, and snippets.

@johnbillion
Last active September 18, 2019 02:35
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnbillion/f63f841484c4878dd1c551b0b9a15a63 to your computer and use it in GitHub Desktop.
Save johnbillion/f63f841484c4878dd1c551b0b9a15a63 to your computer and use it in GitHub Desktop.
Use WP-CLI to install a load of Debug Bar extensions (which work with Query Monitor too) in one go
# wp-cli: http://wp-cli.org/
wp plugin search debug-bar --field=slug --format=csv --per-page=50 \
| grep -F 'debug-bar-' \
| xargs -n 1 wp plugin install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment