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 team and this command just stopped working.

I finally got my deployment working:

folder_of_myproject $ gcloud preview app deploy app.yaml --set-default


NOTE: app.yaml asks to remove the application_id and version.


You'll get warnings or errors, so your yaml files need to be updated:


*WARNING:* The [application] field is specified in file 
[/Users/myname/workspace/github/cp100-appengine-memcache-python/app.yaml].  
This field is not used by gcloud and should be removed.


*ERROR:* The version [1] declared in 
[/Users/myname/workspace/github/cp100-appengine-memcache-python/app.yaml] 
does not match the current gcloud version [20150714t161935].


*ERROR:* (gcloud.preview.app.deploy) Errors occurred while parsing the App 
Engine app configuration.

On Wednesday, July 8, 2015 at 12:17:49 AM UTC-7, Andrew Jessup wrote:
>
> Hi folks,
>
> We're making an important change to the Google Cloud SDK to simplify how 
> App Engine developers can access and work with the SDK.
>
> As of the next release, 0.9.68, of the Google Cloud SDK - we will no 
> longer be distributing the stand alone App Engine SDKs. 
>
> The gcloud preview app deploy and gcloud preview app run commands that 
> most developers use within gcloud will continue to work, users should not 
> notice any obvious change.
>
> For users who were directly using appcfg.py, appcfg.sh, dev_appserver.py 
> or dev_appserver.sh scripts, or the GUI launchers that were bundled with 
> the Google Cloud SDK, you have two options:
>
> You can continue to use the latest versions of these tools used by 
> installing them from the stand-alone App Engine SDKs that can be found 
> here: https://cloud.google.com/appengine/downloads.
>
> In the short term, if you need to prevent this from happening, you can pin 
> a version of gcloud SDK with the following commands:
>
>   gcloud config set --scope=installation 
> component_manager/fixed_sdk_version 0.9.67 
>   gcloud components update
>
> 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.
>
> If you have questions or concerns, please let us know.
>
> Thanks,
>
> Andrew, on behalf of the Cloud SDK team
> Andrew Jessup | Product Manager, Google Cloud Platform | jes...@google.com 
> <javascript:> 
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/97f609b4-00dc-4fcc-ab07-380a4936128d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to