ideas
ideas copied to clipboard
💡 Ideas and feature requests are collected here
There is currently no command for managing user signups (in the `wp_signups` database table). There is [a package command for managing signups](https://github.com/trepmal/wp-cli-unconfirmed-users) but I think this is something that might...
It would be extremely useful to have WP-CLI entities be both taps as well as targets for https://www.singer.io/, the open-source ETL. For taps, we could probably add a `--format=tap` that...
## Feature Request - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). **Describe your use case and the problem you are facing** I'd like a more flexible way to export and...
This command is to manage revisions for the specific post. I think that a large number of people need it for now... 😓 ## Examples: ### Lists all revisions for...
Many plugins use github as the development platform and just copy+paste the plugin into the WordPress SVN repository. It would help if there are a few commands to help automate...
WP-CLI could add a shutdown handler that checks whether the command execution was completed or whether it produced errors from plugins/themes instead. It could tell the user what plugin/theme the...
The `--skip-plugins` flag could be modified to accept a `--skip-plugins=auto`. This would be based on a blacklist of plugins that are known to a.) produce warnings/errors with WP-CLI and b.)...
## Feature Request - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). **Describe your use case and the problem you are facing** I would like a "multi" option that would allow...
Hi! Thank you all for your contributions. # Suggestion Rewrite some core operations in Rust to improve speed of the WP CLI. # Benefits - Improved speed from use of...