ideas
ideas copied to clipboard
💡 Ideas and feature requests are collected here
As a WordPress developer, it would helpful if I had an easy way to snapshot and restore a WordPress site. Specifically: * A snapshot should contain all user data (database,...
Hi, It looks like we are missing a diagnostics module that can collect information on the specific installation and put it to a log file so that it can be...
## Feature Request For both the `eval|eval-file` commands as well as the `shell` command, there's a fixed point in time within the WordPress lifecycle that these are executed. It would...
Let's say we have these plugins to install: - woocommerce - woocommerce-services - mailchimp-for-woocommerce We can install them successfully with this command: `wp plugin install woocommerce woocommerce-services mailchimp-for-woocommerce` Regarding other...
Maybe I am too hungry atm, however I did read the docs for all commands but still I am missing a way to **import and export ALL options**. There are...
We currently have a command `wp core update-db` that sometimes needs to be run after an update of Core. It would be great to have a mechanism to check whether...
On larger sites, there may be a large number of revisions in the database, causing some amount of bloat. The "easy" way to clean up revisions is to delete all...
I just noticed that in the `wp-cli/core-command`, the `version-check` API from the .org API server is being used in version 1.6, instead of the newer 1.7 version. It might be...
A place (GitHub repo) where clever/useful ways to use WP-CLI could be showcased would help to increase it's understanding and usage. Something similar to the [shell-friends](https://make.wordpress.org/cli/handbook/shell-friends/) page on WordPress.org or...