1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-15 17:35:31 +00:00
gcloud-help/gcloud/beta/run/multi-region-services/help
2024-10-23 10:01:22 +00:00

56 lines
1.5 KiB
Text

NAME
gcloud beta run multi-region-services - manage your Cloud Run multi-region
services
SYNOPSIS
gcloud beta run multi-region-services COMMAND [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) The gcloud run multi-region-services command group lets you deploy
container images to Google Cloud Run across multiple regions at once.
EXAMPLES
To deploy your container, use the gcloud run multi-region-services deploy
command:
$ gcloud beta run multi-region-services deploy <service-name> \
--image <image_name> --regions [region-list] For more \
information, run:
$ gcloud run deploy --help
FLAGS
--region=REGION
Region in which the resource can be found. Alternatively, set the
property [run/region].
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
delete
(BETA) Deletes a multi-region service.
describe
(BETA) Command to describe a multi-region service.
list
(BETA) List available multi-region services.
replace
(BETA) Create or Update multi-region service from YAML.
update
(BETA) Update environment variables, add/remove regions, and other
configuration settings in Multi-Region Services.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha run multi-region-services