| Command | Description |
|---|---|
| wp cache | Manage the object cache. |
| wp cap | Manage user capabilities. |
| wp checksum | Verify WordPress core checksums. |
| wp cli | Manage WP-CLI itself. |
| wp comment | Manage comments. |
| wp config | Manage the wp-config.php file |
| wp core | Download, install, update and manage a WordPress install. |
| wp cron | Manage WP-Cron events and schedules. |
| wp db | Perform basic database operations using credentials stored in wp-config.php |
| wp eval | Execute arbitrary PHP code. |
| wp eval-file | Load and execute a PHP file. |
| wp export | Export WordPress content to a WXR file. |
| wp handbook | [Commands](/commands/) » handbook |
| wp help | Get help on WP-CLI, or on a specific command. |
| wp import | Import content from a WXR file. |
| wp language | |
| wp media | Manage attachments. |
| wp menu | List, create, assign, and delete menus. |
| wp network | |
| wp option | Manage options. |
| wp package | Manage WP-CLI packages. |
| wp plugin | Manage plugins. |
| wp post | Manage posts. |
| wp post-type | Manage post types. |
| wp rewrite | Manage rewrite rules. |
| wp role | Manage user roles. |
| wp scaffold | Generate code for post types, taxonomies, plugins, child themes, etc. |
| wp search-replace | Search/replace strings in the database. |
| wp server | Launch PHP’s built-in web server for this specific WordPress installation. |
| wp shell | Interactive PHP console. |
| wp sidebar | Manage sidebars. |
| wp site | Perform site-wide operations. |
| wp super-admin | Manage super admins on WordPress multisite. |
| wp taxonomy | Manage taxonomies. |
| wp term | Manage terms. |
| wp theme | Manage themes. |
| wp transient | Manage transients. |
| wp user | Manage users. |
| wp widget | Manage sidebar widgets. |