Hello Daniel, Considering you have the App Engine SDK <https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go> installed, you can run the following command from your application directory to deploy <https://cloud.google.com/appengine/docs/go/quickstart#deploy_your_app> it to App Engine
appcfg.py update ./ -A orbital-nuance-131419 -V your-version If your-version is not already the default version, you may also want to run the following command to set it as default <https://cloud.google.com/appengine/docs/python/tools/appcfg-arguments#set_default_version> appcfg.py set_default_version ./ -A orbital-nuance-131419 -V your-version Deployment can also be done using the goapp command <https://cloud.google.com/appengine/docs/go/tools/uploadinganapp#deploying_an_app> goapp deploy -application orbital-nuance-131419 -version your-version I hope that helps. Cheers! -- 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/b829547f-3918-410f-a523-7dfd7dff6d63%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
