gcloud app firewall-rules - view and manage your App Engine firewall rules
gcloud app firewall-rules COMMAND [GCLOUD_WIDE_FLAG ...]
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 app firewall-rules list
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMAND is one of the following:
- create
Creates a firewall rule.
- delete
Deletes a specified firewall rule.
- describe
Prints the fields of a specified firewall rule.
- list
Lists the firewall rules.
- test-ip
Display firewall rules that match a given IP.
- update
Updates a firewall rule.
This variant is also available:
$ gcloud beta app firewall-rules