Open ataylorme opened 6 years ago
Interesting thought. There would be a couple nuances to such an implementation:
composer update
doesn't necessarily happen within the context of a working WordPress install.I was thinking more of someone uses Composer and a CI process to update WordPress being able to run a wp-cli command on a staging environment, or wherever the working WordPress installation lives, to verify the update didn't break anything.
I was thinking more of someone uses Composer and a CI process to update WordPress being able to run a wp-cli command on a staging environment, or wherever the working WordPress installation lives, to verify the update didn't break anything.
Ah, this would be easier to do. We could expose some command that performs the basic heuristic check before and after.
I was wondering if the update verification can be run stand-alone, after updating WordPress outside of wp-cli. Specifically, after updating with Composer.