Skip to content

Instantly share code, notes, and snippets.

@thetwopct
Last active August 12, 2022 10:01
Show Gist options
  • Save thetwopct/174ca07b29d0029e644935d9233bd591 to your computer and use it in GitHub Desktop.
Save thetwopct/174ca07b29d0029e644935d9233bd591 to your computer and use it in GitHub Desktop.
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
Options:
-w, [--wordpress], [--no-wordpress]
-u, [--uploads], [--no-uploads]
-t, [--themes], [--no-themes]
-p, [--plugins], [--no-plugins]
-m, [--mu-plugins], [--no-mu-plugins]
-l, [--languages], [--no-languages]
-d, [--db], [--no-db]
-v, [--verbose], [--no-verbose]
-s, [--simulate], [--no-simulate]
-e, [--environment=ENVIRONMENT]
-c, [--config=CONFIG]
[--debug], [--no-debug]
[--no-adapt], [--no-no-adapt]
[--all], [--no-all]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment