Status Update
Comments
gs...@google.com <gs...@google.com> #2
qu...@gmail.com <qu...@gmail.com> #3
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
gs...@google.com <gs...@google.com> #4
Engineering has been made aware of your feature request, and will address it in due course. No estimated time to implementation has been set. Meanwhile, you may follow developments in this thread.
ma...@3rdplace.com <ma...@3rdplace.com> #5
gs...@google.com <gs...@google.com>
ji...@google.com <ji...@google.com> #6
Hello, Some of our customers are still waiting for this feature, can anyone please update if there are any progress?
Thanks.
na...@traveloka.com <na...@traveloka.com> #7
rm...@google.com <rm...@google.com> #8
As a workaround, using the gcloud
or CLI. I was not able to find an API call to do this, either.
ed...@latam.com <ed...@latam.com> #9
rm...@google.com <rm...@google.com> #10
Unfortunately, I do not have an estimate on completion of this feature, the initial customer request was in July of 2020. We have not had a high volume of customers asking for this, which is why it's not a high priority at the moment, I do not expect it to be implemented for another year, if at all.
Tell your friends to +1 on this issue, or work through your Account Team if applicable to help prioritize this request.
rm...@google.com <rm...@google.com> #11
So it turns out that we were able to enable this in the the API and are waiting for the docs to be updated, so this should be usable shortly.
Description
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
Support for get/modify/delete labels for App Engine using command line
What you would like to accomplish:
Presently "gcloud app" command line tool does not facilitate change of labels for App Engine . We need to do do using GUI Interface for App Engine under Services section by invoking "Show Info Panel" and then add/modify necessary labels. This feature would help for automation requirement to manage labels in GAE.
How this might work:
Similar feature to manage labels using command line is available for other resources like Cloud Functions , CLoud Run etc . Same feature can be made available to GAE e.g for CLoud Run
gcloud run services update SERVICE --update-labels KEY=VALUE
If applicable, reasons why alternative solutions are not sufficient:
Needed this for automation . Also looks like terraform GAE API does not have parameters to manage labels.
Other information (workarounds you have tried, documentation consulted, etc):