1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed Jan 24 10:20:07 UTC 2024

This commit is contained in:
Automated 2024-01-24 10:20:07 +00:00
parent a47e1e835a
commit 7a546ffea4
99 changed files with 2090 additions and 1700 deletions

View file

@ -27,6 +27,9 @@ COMMANDS
list
List reCAPTCHA Firewall Policies.
reorder
Reorder all Firewall Policies.
update
Update a Firewall Policy.

View file

@ -0,0 +1,38 @@
NAME
gcloud recaptcha firewall-policies reorder - reorder all Firewall Policies
SYNOPSIS
gcloud recaptcha firewall-policies reorder --names=[NAMES,...]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Reorder all reCAPTCHA Firewall Policies.
EXAMPLES
To reorder the list of reCAPTCHA firewall policies, run:
$ gcloud 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 variant is also available:
$ gcloud alpha recaptcha firewall-policies reorder