ideas
ideas copied to clipboard
💡 Ideas and feature requests are collected here
As a WordPress developer, the [sky can fall on my head](https://twitter.com/danielbachhuber/status/883101198764474368) when something has broken WordPress' database schema. It'd be neat to have a command that quickly verified WordPress' database...
* https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/code-of-conduct/ * https://help.github.com/articles/adding-a-code-of-conduct-to-your-project/
I use `env` variables where storing secret data (example `DB_NAME`, `DB_USER`, `AUTH_KEY` and etc) and want to use `define( 'DB_NAME', getenv('DB_NAME') );`. It will be great if i can to...
From https://github.com/wp-cli/doctor-command/pull/128 > I don't keep mysql and some of the required tools installed directly on my machine anymore, so getting the tests to run locally was a big pain...
No, I'm not trolling. Crazy idea to throw into the mix: refactor WP-CLI into a JavaScript CLI tool. Doing so would give us CLI access to all of the fancy...
Hi Folks! The scaffold commands are really invaluable, and I was wondering if wp-cli could feature a scaffolding command for creating REST API controllers. For the most part controllers are...
So, here's the thing. I'm lazy (which is why I use wp-cli in the first place, right?!) So I quite often do something like: `wp core config --prompt` I work...
When you run a command with `wp --ssh=`, any filesystem operations will happen on the remote file system (e.g. `wp db export`). It would be helpful to provide a suggested...
The uploads directory can get quite large with all the different sizes of images that are generated. I've taken to using plugins that bypass all that and only generate the...
I do a lot of work with WordPress multisite installs, sometimes with hundreds of sites. I'd love for an easier way to query all the sites on the network and...