Is it possible to do silent deployment when using gcloud app deploy
gcloud app deploy
When I run the command gcloud app deploy ./deployment/app.yaml --version v1
gcloud app deploy ./deployment/app.yaml --version v1
You're looking for the --quiet flag, available across all gcloud commands:
--quiet
gcloud
$ gcloud --help --quiet, -q Disable all interactive prompts when running gcloud commands. If input is required, defaults will be used, or an error will be raised.