gcloud app deploy, flag to automate prompting?

后端 未结 1 419
甜味超标
甜味超标 2021-02-06 20:15

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

1条回答
  •  无人共我
    2021-02-06 20:47

    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.
    

    0 讨论(0)
提交回复
热议问题