We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4297add commit a8fe0c2Copy full SHA for a8fe0c2
src/Search_Replace_Command.php
@@ -156,7 +156,7 @@ class Search_Replace_Command extends WP_CLI_Command {
156
* $ wp search-replace '\[foo id="([0-9]+)"' '[bar id="\1"' --regex --regex-flags='i'
157
*
158
* # Turn your production multisite database into a local dev database
159
- * $ wp search-replace --url=example.com example.com example.test 'wp_*options' wp_blogs
+ * $ wp search-replace --url=example.com example.com example.test 'wp_*options' wp_blogs wp_site --network
160
161
* # Search/replace to a SQL file without transforming the database
162
* $ wp search-replace foo bar --export=database.sql
0 commit comments