gcloud beta app firewall-rules - view and manage your App Engine firewall rules
gcloud beta app firewall-rules COMMAND [GCLOUD_WIDE_FLAG ...]
(BETA) This set of commands can be used to view and manage your app's firewall rules.
To list your App Engine firewall rules, run:
$ gcloud beta app firewall-rules list
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMAND is one of the following:
- create
(BETA) Creates a firewall rule.
- delete
(BETA) Deletes a specified firewall rule.
- describe
(BETA) Prints the fields of a specified firewall rule.
- list
(BETA) Lists the firewall rules.
- test-ip
(BETA) Display firewall rules that match a given IP.
- update
(BETA) Updates a firewall rule.
This command is currently in beta and might change without notice. This variant is also available:
$ gcloud app firewall-rules