Features
deploy()acceptsmin_instancesandmax_instances, which are applied to the app before the deployment is submitted so it picks the new autoscaling bounds up. Only the bounds explicitly passed are sent, so apps keep their platform defaults otherwise. (#6884)
Bug Fixes
--vmtypeis no longer dropped when deploying to Google Cloud. The server maps VM types onto Cloud Run CPU/memory limits, so the flag is now passed through; only--regionis still ignored for that target, since the region comes from the connected GCP account. (#6884)