1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-14 17:05:28 +00:00

gcloud: Wed Mar 29 10:40:15 UTC 2023

This commit is contained in:
Automated 2023-03-29 10:40:15 +00:00
parent 4ccfc7a5e3
commit 5fabf24be7
269 changed files with 6797 additions and 464 deletions

View file

@ -21,18 +21,17 @@ EXAMPLES
$ gcloud alpha functions upgrade foo --redirect-traffic
If you find you need to do more local testing you can rollback production
traffic to the 1st gen function copy:
$ gcloud alpha functions upgrade foo --rollback-traffic
Once you're ready to finish upgrading and delete the 1st gen function copy,
run:
$ gcloud alpha functions upgrade foo --commit
Before committing, if you find you need to do more local testing you can
rollback production traffic to the 1st gen function copy:
$ gcloud alpha functions upgrade foo --rollback-traffic
With traffic going to the 1st gen function copy, you can abort the
generation upgrade process by running:
You can abort the generation upgrade process at any time by running:
$ gcloud alpha functions upgrade foo --abort