NAME
    gcloud alpha run regions - view available Cloud Run (fully managed) regions

SYNOPSIS
    gcloud alpha run regions COMMAND [--platform=PLATFORM; default="managed"]
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) View available Cloud Run (fully managed) regions.

FLAGS
     --platform=PLATFORM; default="managed"
        Target platform for running commands. Alternatively, set the property
        [run/platform]. PLATFORM must be one of:

         managed
            Fully managed version of Cloud Run. Use with the --region flag or
            set the [run/region] property to specify a Cloud Run region.
         gke
            Cloud Run for Anthos on Google Cloud. Not supported by this
            command.
         kubernetes
            Use a Knative-compatible kubernetes cluster. Not supported by this
            command.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     list
        (ALPHA) List available Cloud Run (fully managed) regions.

NOTES
    This command is currently in alpha and might change without notice. If this
    command fails with API permission errors despite specifying the correct
    project, you might be trying to access an API with an invitation-only early
    access allowlist. These variants are also available:

        $ gcloud run regions

        $ gcloud beta run regions

