ideas icon indicating copy to clipboard operation
ideas copied to clipboard

💡 Ideas and feature requests are collected here

Results 100 ideas issues
Sort by recently updated
recently updated
newest added

For the commands that are dealing with a potentially huge number of elements (like `wp post list`), we are currently limited by available memory. Right now, if you work on...

state:considering

I would like to restrict the regular database permissions of my Worpress installs to `SELECT, INSERT, UPDATE, DELETE` and manage all installs and updates via `wp-cli` with another database user...

state:unlikely

Hi all, here my suggestion : For now, the process to get mu-plugins is to 'wget' or 'curl' it. This won't benefit avantage of wp-cli abilities ( like using caching...

state:considering

Would it be possible to add a "since" column to existing tables showing Command+Description, like that shown on https://developer.wordpress.org/cli/commands/ or https://developer.wordpress.org/cli/commands/user/ ? It would be great to provide a reference...

state:considering

It's a nifty tool for tracking down the callbacks on a hook: ``` $ wp hook wp_enqueue_scripts --fields=callback,location +------------------------------------------------+---------------------------------------------+ | callback | location | +------------------------------------------------+---------------------------------------------+ | wp_localize_jquery_ui_datepicker() | wp-includes/script-loader.php:928 |...

state:considering

It would be useful to allow aliases to be processed in parallel, so that the machine controlling the process can open multiple connections at the same time. Under the right...

state:approved

I feel it will be very useful ``` $ wp post export --stdout | wp post import --stdin ``` If we want to change the CPT: ``` wp post export...

state:considering

For commands that accept one or more IDs as positional parameters, I would like to investigate adding ranges and partial ranges as valid IDs. A range would take the following...

state:approved

As a WordPress developer, it would be helpful to have a command I could run to determine which images (if any) were missing their expected image sizes. Because WordPress doesn't...

state:approved

Import the database from a remote installation into a local one and replace the url correctly ( as wp-search-replace does it) ie: `wp remote pull staging` `wp remote push prodcution`...