To run updates for minor releases:
wp core update --minor
To perform update to specific version:
wp core update --version=3.1 wp core update --version=3.1 --force
Source: https://developer.wordpress.org/cli/commands/core/update/
Notes
To run updates for minor releases:
wp core update --minor
To perform update to specific version:
wp core update --version=3.1 wp core update --version=3.1 --force
Source: https://developer.wordpress.org/cli/commands/core/update/