I am currently using Google's 'legacy standalone SDK' for management of my google app engine python projects. This provides a nice GUI where I can select and run a project locally and then deploy it when I'm happy with testing.
I recently received the following message from Google '... App Engine app that has used the legacy standalone SDK in the past 30 days, and need to be migrated to Cloud SDK' so I installed the Cloud SDK.
The provided Google Cloud SDK Shell a) runs as a dos window, and b) appears to duplicate the on-line (live) Dashboard. Given that I can't change (local) code and deploy without testing, my questions are:- 1) how do I run a project locally? 2) how do I view local logs? 3) when happy, how do I deploy? or... is there GUI for the Local Environment? or... is the above documented somewhere that I have not found?
Many thanks and apologies if this is a dumb question. David