Assigned
Status Update
Comments
ya...@google.com <ya...@google.com> #2
pk...@gae123.com <pk...@gae123.com> #3
Hi, this error only affects Cloud SDK version 186. It was previously reported in Issue 72407295 and a fix for it should be released in Cloud SDK version 187.
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
Description
"gcloud deploy" and friends do not expect "application" and "version" entries in the yaml file. No problem there, I now pass them in the 'gcloud deploy' command line. dev_appserver.py in gcloud has a -A option and I also pass the application id there. However, there seems to be no way to pass the module/service version number to dev_appserver.py.
(see also this thread