Post-update hooks in WordPress Toolkit
Add post-update hooks in WordPress Toolkit, which can be used to automate the process of committing to Git (e.g. WordPress core and plugin updates that are automatically installed by WordPress Toolkit).
Use case:
Be able to respond to the event and write a program to do things like: a) commit the changes to the local git repository and push them to origin, b) trigger an alert in the monitoring system

We've already introduced post-install hooks in WP Toolkit v6.6.1, so adding host-update hooks makes total sense. To clarify, current hooks mechanism is available for the server administrator, so if you'd like to use hooks as a regular customer without shell access, please let us know (since in this case the implementation will be quite different)
-
Justin Freeman commented
Sounds like a fantastic idea and something we would definitely use!