Maybe I did not make myself clear: It appears that right now there are two ways 
to develop with GAE Standard. 

(1) The original way: Use the Google App Engine SDK  (GAESDK) (see the optional 
step in https://cloud.google.com/appengine/docs/python/download 
<https://cloud.google.com/appengine/docs/python/download>)
(2) Using the Google Cloud SDK (GCSDK) (this is what I meant by ‘gcloud' in my 
original post). It now seems to be the recommended way.

I have been developing with GAE Standard since before the GCSDK so I have been 
happily using the GAESDK. My question is whether the GCSKD is in parity with 
the GAESDK and can now attempt to switch, whether there are any gotchas I 
should be aware etc.

My environment is Python.

Thanks

PS Although the Google Platform Support answer is always welcome, I would 
mostly appreciate an answer from somebody who has gone through this, and has 
some hands on experience.

> On Nov 3, 2016, at 3:00 PM, 'George (Cloud Platform Support)' via Google App 
> Engine <[email protected]> wrote:
> 
> Hi PK, 
> An interesting question, thanks. 
> In fact, gcloud is a part of the Google Cloud SDK. You must download and 
> install <https://cloud.google.com/sdk/gcloud/> the SDK on your system and 
> initialize it before you can use gcloud. There is no border between gcloud 
> and the SDK, and no mutually exclusive choices. 
> Generally, tools that are in development might show some gotchas from time to 
> time, as you noticed. The commands within the gcloud CLI, as within the SDK, 
> are developed continuously, and new ones added from time to time. 
> If you would like to only use the console with the gcloud commands in the 
> shell, you may choose to do that to facilitate development, and it’s helpful 
> to a large extent. A web editor 
> <https://cloud.google.com/shell/docs/features?utm_source=release-notes&utm_medium=email&utm_campaign=2016-October-release-notes-2-en>
>  is provided as well, that you can access from the toolbar by clicking the 
> file icon. 
> Choosing your proper tools might end being a matter of personal choice. 
> 
> -- 
> 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] 
> <mailto:[email protected]>.
> To post to this group, send email to [email protected] 
> <mailto:[email protected]>.
> Visit this group at https://groups.google.com/group/google-appengine 
> <https://groups.google.com/group/google-appengine>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/3e6ffba4-a8ec-4aa9-a67c-e438b849a62c%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/google-appengine/3e6ffba4-a8ec-4aa9-a67c-e438b849a62c%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3C372B65-E2BD-4567-BDC1-43E27C7797B2%40gae123.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to