Improve readability of update function output
Problem/Motivation
The output from "drush modeler_api:update" (and "drush eca:update" in ECA v2) is hard to read if there are more than a few models.
See previous discussion on Slack: https://drupal.slack.com/archives/C0287U62CSG/p1761609616125999
Steps to reproduce
Run "drush modeler_api:update" in modeler_api or "drush eca:update" in ECA v2.
Proposed resolution
When a model is updated, set the resulting message as "warning" rather than "message." This should display the warning in a different color (e.g. red instead of green). Also add a summary showing how many messages were changed, how many were not, and how many errors were encountered.
Remaining tasks
Update /src/Update.php and /src/Drush/Commands/ModelerApiCommands.php.
User interface changes
More readable output from "drush modeler_api:update."
API changes
None.
Data model changes
None.
Edited by drupalbot