ideas
ideas copied to clipboard
💡 Ideas and feature requests are collected here
As we are "abusing" the `--ssh` global argument for docker and vagrant as well (and potentially others), it might make sense to add an alias `--remote` for `--ssh` and slowly...
Some SSH functionality can currently not be used (or only through workarounds) because we cannot directly pass arguments to SSH, we only have the connection string to communicate with it....
*Original issue by @rklrkl:* This is a feature request because I recently got hit by "old" caching of plugin zip files by WP-CLI that caused a constant re-installation of a...
We should investigate the possibility to use PHP generators instead of normal loops for some of the commands that tend to run into memory issues on larger sites. PHP generators...
For the commands that provide multiple `--format` outputs, we should discuss providing a standardized extension mechanism. * Make the array of available formats filterable. * Provide a way to map...
I would love to implement a system of post list aliases to get rid of the problem of wp do --something --with --flags --to $(wp list --something --with --almost --the...
Being a WordPress Theme Developer, I frequently need to play with widgets and sidebars. Following could be very helpful for widget management. * Clone a widget (with assignment of sidebar)...
I would love to have a wp-cli command to do security check automation. multiple existing stuff could be added 1) wp core checksum-verify and #6 with it to cover themes...
We often have to migrate web sites from local dev machines or staging machines to production. The standard process is something like: 1. Dump the database to a file 2....
Right now, people using Docker have trouble setting up WP-CLI correctly. They either need to install the `mysql` on their web server as well (instead of only on their database...