使用&#; gcloud app deploy'部署到Google App Engine陷入困境

时间:2016-12-02 03:35:09

标签: google-app-engine gcloud

gcloud app deploy在部署时挂起,没有解释原因的日志消息。我该如何调试此问题?

我有两个.yaml个文件和一个dispatch.yaml个文件。这是我正在运行的命令:

gcloud app deploy web_app.yaml rest_app.yaml dispatch.yaml --verbosity=debug

1 个答案:

答案 0 :(得分:8)

This was fixed when I updated gcloud.

gcloud components update

This is really bad UX, and I wish gcloud would have asked me to update instead of freezing app deploy