NAME
    gcloud beta compute url-maps validate - validate a URL map

SYNOPSIS
    gcloud beta compute url-maps validate [--source=SOURCE]
        [--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Runs static validation for the UrlMap. In particular, the tests of
    the provided UrlMap will be run. Calling this method does NOT create or
    update the UrlMap.

EXAMPLES
    A URL map can be validated by running:

        $ gcloud beta compute url-maps validate --source=<path-to-file>

FLAGS
     --source=SOURCE
        Path to a YAML file containing configuration export data. The YAML file
        must not contain any output-only fields. Alternatively, you may omit
        this flag to read from standard input. For a schema describing the
        export/import format, see:
        $CLOUDSDKROOT/lib/googlecloudsdk/schemas/compute/beta/UrlMap.yaml.

     At most one of these can be specified:

       --global
          If set, the URL map is global.

       --region=REGION
          Region of the URL map to validate.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --access-token-file, --account,
    --billing-project, --configuration, --flags-file, --flatten, --format,
    --help, --impersonate-service-account, --log-http, --project, --quiet,
    --trace-token, --user-output-enabled, --verbosity.

    Run $ gcloud help for details.

NOTES
    This command is currently in beta and might change without notice. These
    variants are also available:

        $ gcloud compute url-maps validate

        $ gcloud alpha compute url-maps validate

