[google-appengine] Re: Upcoming changes to App Engine support in the Google Cloud SDK

2015-07-14 Thread Elissa Tong
The change is very sudden. I've been using appcfg.py for some time, until this week it stopped working. I suggest we need better documentation examples. These changes need to be communicated to the customers. It will be very embarrassing when you're doing a presentation with all your execs or

[google-appengine] Re: Upcoming changes to App Engine support in the Google Cloud SDK

2015-07-08 Thread pdknsk
As part of this change, the gae-java, gae-python, gae-php, and gae-go components no longer exist in the component manager. The `gcloud preview app run` command will install language specific runtime libraries on demand, as needed by your application. It's not quite clear to me if this

[google-appengine] Re: Upcoming changes to App Engine support in the Google Cloud SDK

2015-07-08 Thread Glenn Lewis
For Go developers specifically, if you have a v1 (aka classic) Go App Engine app, you will download and use the stand-alone App Engine Go SDK https://cloud.google.com/appengine/downloads Andrew pointed to. This additionally includes the use of the goapp tool for running and deploying. If you