How to check if there are available updates for WordPress core, plugins, and themes

wp core check-update &&
wp plugin update --all --dry-run &&
wp theme update --all --dry-run