-
We needed to run the CLI sync command used here on a production site with millions of users, and it took a _very_ long time. In practice on this site we don't worry about user roles for subscribers, b…
-
## Bug Report
- [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/).
- [x] Yes, more specifically, I reviewed the guidelines on [how to write c…
-
Originally reported here: https://github.com/jaredatch/EA-Share-Count/issues/102
> I've never done it, but seems like adding custom CLI commands is fairly straightforward. It would be cool to "prim…
-
We are trying to publish posts that have a post status of "future" but the date for the schedule has passed. (Missed scheduled post)
- The status can be manually changed via the GUI
- The command …
-
## Bug Report
- [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/).
- [x] Yes, more specifically, I reviewed the guidelines on [how to write c…
-
## Bug Report
- [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/).
- [x] Yes, more specifically, I reviewed the guidelines on [how to write c…
-
Updating plugins on a live site is scary. Yes, we should test updates on a staging site first, and we do, but problems can still occur. Wp-cli is great for updating plugins but it would be even better…
-
Right now we have two separate code paths that deal with setting values in the `wp-config.php` file. While we created a new library `wp-cli/wp-config-transformer` to deal with config file manipulation…
-
First off thank you very much for the github action. I already implemented it in our plugin boilerplate CI: https://github.com/JUVOJustin/wordpress-plugin-boilerplate
However when the workflow clones…
-
WP CLI command does not take multisite into account. Maybe we need a parameter (site id) to allow multisite admin to clear specific sites? @junaidbhura are you still using AO and could I interest you …