Skip to content

Instantly share code, notes, and snippets.

@doofusdavid
Created August 22, 2018 15:04
Show Gist options
  • Save doofusdavid/daf47a90b965720bd9e64bbf44d75972 to your computer and use it in GitHub Desktop.
Save doofusdavid/daf47a90b965720bd9e64bbf44d75972 to your computer and use it in GitHub Desktop.
Use WP-CLI to update plugin settings (purge-varnish) in multisite network
wp site list --field=url | xargs -n1 -I % wp option update --url=% varnish_version 4
wp site list --field=url | xargs -n1 -I % wp option update --url=% varnish_control_terminal 127.0.0.1:6082
wp site list --field=url | xargs -n1 -I % wp option update --url=% varnish_control_key SECRET_KEY_HERE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment