Skip to content

Commit ef86b6f

Browse files
dwardu89Jon Wayne Parrott
authored andcommitted
Updated the command gcloud beta app deploy to be gcloud app deploy, since the command is no longer in beta (GoogleCloudPlatform#759)
1 parent 430a83b commit ef86b6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine/flexible/endpoints/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Open the `openapi.yaml` file and in the `host` property, replace
4141

4242
Then, deploy the sample using `gcloud`:
4343
```bash
44-
$ gcloud beta app deploy
44+
$ gcloud app deploy
4545
```
4646

4747
Once deployed, you can access the application at https://YOUR-PROJECT-ID.appspot.com/.

appengine/standard/endpoints-frameworks-v2/echo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Open the `app.yaml` file and in the `env_variables` section, replace [YOUR-PROJE
2929

3030
Then, deploy the sample using `gcloud`:
3131

32-
$ gcloud beta app deploy
32+
$ gcloud app deploy
3333

3434
Once deployed, you can access the application at https://your-service.appspot.com
3535

0 commit comments

Comments
 (0)