Created
April 4, 2018 13:25
-
-
Save nsorosac/6262262181508426f70d62b232e12320 to your computer and use it in GitHub Desktop.
WP-CLI : unit test data import
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
curl -O https://wpcom-themes.svn.automattic.com/demo/theme-unit-test-data.xml | |
wp plugin install wordpress-importer --activate | |
wp import ./theme-unit-test-data.xml --authors=create | |
rm theme-unit-test-data.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment