Is it possible to do silent deployment when using gcloud app deploy
When I run the command gcloud app deploy ./deployment/app.yaml --version v1
its always prompting for
Do you want to continue (Y/n)? Y
how to automate this? is there any flag that we can pass in to mute this?