NAME
    gcloud run multi-region-services - manage your Cloud Run multi-region
        services

SYNOPSIS
    gcloud run multi-region-services COMMAND [--region=REGION]
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    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 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
        Deletes a multi-region service.

     describe
        Command to describe a multi-region service.

     list
        List available multi-region services.

     replace
        Create or Update multi-region service from YAML.

     update
        Update environment variables, add/remove regions, and other
        configuration settings in Multi-Region Services.

NOTES
    These variants are also available:

        $ gcloud alpha run multi-region-services

        $ gcloud beta run multi-region-services

