Created
June 1, 2018 18:11
-
-
Save sewmyheadon/1ccb6e7f5c6076a75620352cb538d5d5 to your computer and use it in GitHub Desktop.
WP-CLI search-replace on Pantheon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
terminus wp mydomain.live -- search-replace 'dev-mydomain.pantheonsite.io' 'mydomain.com' --all-tables --dry-run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove the
--dry-run
to actually make the replacements