截至 2015 年 4 月 22 日,将 gcloud 更新到最新版本会破坏 deploy 命令。应用程序的版本设置为当前时间戳(例如:20150422t202108)。并做一个:
gcloud preview app deploy .
返回错误
"ERROR: Directories are not supported [.]. You must provide explicit yaml files."
并且使用单独的 .yaml 文件部署应用程序会抱怨模块中指定的版本,因为更新将应用程序版本设置为时间戳。
"The version [1] declared in [/Users/username/app.yaml, /Users/username/app2.yaml] does not match the current gcloud version [20150422t202108]."
这是一个错误还是配置选项发生了变化?我在文档页面上没有发现任何差异。