-
-
Save wpdevsol/0b1f1cd4d370837a2005898060df56f6 to your computer and use it in GitHub Desktop.
Wordmove CLI Cheat Sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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