[tor-commits] [snowflake/master] Add "auth login" to the gcloud steps.

dcf at torproject.org dcf at torproject.org
Mon Nov 5 23:27:02 UTC 2018


commit ff34e01e9ccae7e6a87ea3cf0da8d5c4a53a8933
Author: David Fifield <david at bamsoftware.com>
Date:   Mon Nov 5 16:26:40 2018 -0700

    Add "auth login" to the gcloud steps.
---
 appengine/README | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/appengine/README b/appengine/README
index bec9fcb..797b0f9 100644
--- a/appengine/README
+++ b/appengine/README
@@ -13,8 +13,9 @@ The app will be running at http://127.0.0.1:8080/.
 To deploy to App Engine, first create a new project and app. You have to
 think of a unique name (marked as "<appname>" in the commands). You only
 have to do the "create" step once; subsequent times you can go straight
-to the "deploy" step. This command will open a browser window so you can
-log in to a Google account.
+to the "deploy" step. The "gcloud auth login" command will open a
+browser window so you can log in to a Google account.
+	google-cloud-sdk/bin/gcloud auth login
 	google-cloud-sdk/bin/gcloud projects create <appname>
 	google-cloud-sdk/bin/gcloud app create --project=<appname>
 Then to deploy the project, run:



More information about the tor-commits mailing list