Skip to content

Instantly share code, notes, and snippets.

@nsorosac
Created April 4, 2018 13:25
Show Gist options
  • Save nsorosac/6262262181508426f70d62b232e12320 to your computer and use it in GitHub Desktop.
Save nsorosac/6262262181508426f70d62b232e12320 to your computer and use it in GitHub Desktop.
WP-CLI : unit test data import
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