You need to update a deployment in Deployment Manager without any resource downtime in the deployment. Which command should you use?
gcloud deployment-manager deployments create --config
gcloud deployment-manager deployments update --config
gcloud deployment-manager resources create --config
gcloud deployment-manager resources update --config
Submit