Skip to content

Instantly share code, notes, and snippets.

@binodkalathil
binodkalathil / WP-CLI commands
Last active December 24, 2020 13:28
WP DB import steps
wp db import <sql>
wp option get siteurl (get <example.com> from here)
wp search-replace <example.com> <example.local> --dry-run
wp search-replace <example.com> <example.local>
wp search-replace <example.com> <example.local> --all-tables --dry-run
wp search-replace <example.com> <example.local> --all-tables
wp cache flush