From 86bf75fb942a87a7bc4c5fd88d74015bca7392ea Mon Sep 17 00:00:00 2001 From: Martin Maly Date: Thu, 21 Jul 2016 16:22:24 -0700 Subject: [PATCH] Use gcloud beta app deploy for Endpoints --- appengine/flexible/endpoints/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/flexible/endpoints/README.md b/appengine/flexible/endpoints/README.md index 6fc551404d2..a31b9b86c5e 100644 --- a/appengine/flexible/endpoints/README.md +++ b/appengine/flexible/endpoints/README.md @@ -40,7 +40,7 @@ Open the `swagger.yaml` file and in the `host` property, replace Then, deploy the sample using `gcloud`: - gcloud app deploy + gcloud beta app deploy Once deployed, you can access the application at https://YOUR-PROJECT-ID.appspot.com/.