core-command
core-command copied to clipboard
Downloads, installs, updates, and manages a WordPress installation.
## Bug Report - [✅] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [✅] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...
We currently have a command `wp core update-db` that sometimes needs to be run after an update of Core. It would be great to have a mechanism to check whether...
- [x] Add `check-update-db` method to Core_Command class - [x] Implement logic to check if database update is needed (compare wp_db_version with current db_version) - [x] Add support for --network...