Skip to content

Instantly share code, notes, and snippets.

@thetwopct
thetwopct / wordmove-cheat-sheet.sh
Last active August 12, 2022 10:01
Wordmove CLI Cheat Sheet
# Pull from WP Engine project - including Uploads
wordmove pull --all --no-mu-plugins
# Pull from WP Engine project - excluding Uploads
wordmove pull --all --no-mu-plugins --no-uploads
# Pull from server when you will use Rsync for DB
wordmove pull --all --no-db
#more to come