-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating WordPress outside of wp-cli #22
Comments
Interesting thought. There would be a couple nuances to such an implementation:
|
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.
The text was updated successfully, but these errors were encountered: