Skip to content

Instantly share code, notes, and snippets.

@wpdevsol
Forked from thetwopct/wordmove-cheat-sheet.sh
Created August 12, 2022 10:01
Show Gist options
  • Save wpdevsol/0b1f1cd4d370837a2005898060df56f6 to your computer and use it in GitHub Desktop.
Save wpdevsol/0b1f1cd4d370837a2005898060df56f6 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