About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
jon-b
8/16/2016 - 2:24 PM
share
Share
add_circle_outline
Save
WP CLI Force Update all plugins
WP CLI Force Update all plugins
wpcli-update-plugins.bash
content_copy
file_download
wp plugin install $(wp plugin list --field=name) --force
clear