Skip to content

Instantly share code, notes, and snippets.

@ivankristianto
Created October 15, 2013 10:16
Show Gist options
  • Save ivankristianto/6989500 to your computer and use it in GitHub Desktop.
Save ivankristianto/6989500 to your computer and use it in GitHub Desktop.
WP CLi command list
wp core install --url=url --title=site-title [--admin_name=username] --admin_email=email --admin_password=password
wp core [download|config|install|install_network|version|update|update_db]
wp db [create|drop|optimize|repair|connect|cli|query|export|import]
wp eval-file
wp eval
wp export [validate_arguments]
wp generate [posts|users]
wp home
wp option [add|update|delete|get]
wp plugin [activate|deactivate|toggle|path|update|uninstall|delete|status|install]
wp post-meta [get|delete|add|update]
wp post [create|update|delete]
wp theme [activate|path|delete|status|install|update]
wp transient [get|set|delete|type]
wp user-meta [get|delete|add|update]
wp user [list|delete|create|update]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment