I now use a bash script that syncs and updates. Like the following:
wp mainwp sync --all
wp mainwp plugin --upgrade-all
wp mainwp theme --upgrade-all
Would be nice to have something like this as we have in the GUI with Update Everything:
wp mainwp update-everything
or
wp mainwp upgrade-everything