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 have a "v2" (aka "Managed VM") Go app ("vm: true"), you will 
continue to use the Google Cloud SDK and the "gcloud" tool for running and 
deploying (examples 
<https://cloud.google.com/appengine/docs/go/googlecloudstorageclient/getstarted>
).

-- Glenn

On Wednesday, July 8, 2015 at 1:17:49 AM UTC-6, 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 | [email protected] 
> <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 [email protected].
To post to this group, send email to [email protected].
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/bf172de6-894d-4f6e-8c63-8b703288346f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to