NAME
    gcloud alpha recaptcha firewall-policies reorder - reorder all Firewall
        Policies

SYNOPSIS
    gcloud alpha recaptcha firewall-policies reorder --names=[NAMES,...]
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Reorder all reCAPTCHA Firewall Policies.

EXAMPLES
    To reorder the list of reCAPTCHA firewall policies, run:

        $ gcloud alpha recaptcha firewall-policies reorder \
            --names=policy-name,policy-name,policy-name

REQUIRED FLAGS
     --names=[NAMES,...]
        Names of all firewall policies in desired order.

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.

API REFERENCE
    This command uses the recaptchaenterprise/v1 API. The full documentation
    for this API can be found at:
    https://cloud.google.com/recaptcha-enterprise/

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. This variant is also available:

        $ gcloud recaptcha firewall-policies reorder

