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

As the [package index has now been deprecated](https://make.wordpress.org/cli/2017/07/18/feature-development-discussion-recap/), we should start the discussion about whether we want a new discovery mechanism, and how that could work. As the installation of...

state:considering
contributor-day

It would be similar to the checksum command which exists for plugins. `wp theme verify-checksums --all` https://developer.wordpress.org/cli/commands/plugin/verify-checksums/

state:considering

Today we have a `--skip-plugins` and `--skip-themes` flag that allow us to specify what plugins and themes NOT to load. But sometimes you want to load one or more plugin/theme...

state:unlikely

Hi, Using wp scaffold post-type for example, we could have a new option --graphql to generate automatically the 3 fields necessary to expose it in graphql schema like this :...

state:considering

Many times in working with and developing a large site you need quite a few things set up (settings, options, etc) exactly how it is on production, however you don't...

state:considering

Every time I need a quick test site, it requires: ``` wp core download wp core config wp db create wp core install ``` It would be much faster to...

state:considering

The cli allows to output all installed plugins in different formats: `wp plugin list --format=yaml` It would be really interesting to be able to provide such a file as a...

state:considering

- [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). Since Drush 9, we can use environment variables in aliases definitions, which is a great feature to centralize datas in .env file....

state:approved

**Big picture**: Efficiently backup my Wordpress database. Then restore Wordpress Core + Extensions (Themes, Plugins) as exactly as possible in an automated fashion. 1. In this scenario I back up...

state:unlikely

A `wp howto` command would be great, to discover how to go about solving a specific problem. So, basically, what I would like to see is a "how-to" command: `wp...

state:considering