`gcloud app deploy` 中的 `appcfg.py -E` 是什么?
What is the equivalent of `appcfg.py -E` in `gcloud app deploy`?
This answer says that appcfg.py -E
allows me to set secrets on deploy and 回答说 appcfg.py
会消失。使用 gcloud app deploy
部署 AppEngine 应用程序时,有没有办法在命令行上设置环境变量?
您不能进行部署。相反,您始终可以指定环境变量 in the app.yaml file.
This answer says that appcfg.py -E
allows me to set secrets on deploy and appcfg.py
会消失。使用 gcloud app deploy
部署 AppEngine 应用程序时,有没有办法在命令行上设置环境变量?
您不能进行部署。相反,您始终可以指定环境变量 in the app.yaml file.