gcloud app deploy, flag to automate prompting?
Solution 1:
You're looking for the --quiet
flag, available across all gcloud
commands:
$ 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.