Bug Report
Describe the current, buggy behavior
I have a script on my Lando file which is updating my plugins during their post-start hook.
I'm running wp plugin update --all --exclude=polylang,polylang-pro,polylang-wc
If some updates are available all is ok, but when the website is up-to-date, wp-cli returns Error: No plugins updated which is basically not an error, maybe more a warning
The problem is Lando is detecting an error and wrongly report it.
Bug Report
Describe the current, buggy behavior
I have a script on my Lando file which is updating my plugins during their
post-starthook.I'm running
wp plugin update --all --exclude=polylang,polylang-pro,polylang-wcIf some updates are available all is ok, but when the website is up-to-date,
wp-clireturnsError: No plugins updatedwhich is basically not an error, maybe more a warningThe problem is Lando is detecting an error and wrongly report it.