Skip to content

Instantly share code, notes, and snippets.

@pcsontos
Created September 10, 2015 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pcsontos/122fceb3d6e6e43da98d to your computer and use it in GitHub Desktop.
Save pcsontos/122fceb3d6e6e43da98d to your computer and use it in GitHub Desktop.
wp-cli.phar search-replace 'http://example.dev' 'http://example.com' --skip-columns=guid
Or, if you only want to change the option, you can do:
wp-cli.phar option update home 'http://example.com'
wp-cli.phar option update siteurl 'http://example.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment