flarectl
Verified for current stable LTS
Flarectl Command: List Firewall Rules
Use for list firewall rules with Flarectl. Exact CLI syntax to list firewall rules using Flarectl.
When to use this: Use for list firewall rules with Flarectl.
Command Syntax
flarectl firewall rules list flarectl firewall rules list Command Breakdown
flarectl is the base executable for this command.
FAQ
Purpose: Exact syntax to list firewall rules using Flarectl.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Flarectl Command: Add Dns Record
flarectl dns create --zone="<example.com>" --name="<app>" --type="<CNAME>" --content="<myapp.herokuapp.com>" --proxy Flarectl Command: Block Ip flarectl firewall rules create --zone="<example.com>" --value="<8.8.8.8>" --mode="<block>" --notes="<Block bad actor>" Flarectl Command: Create Zones From File for domain in $(cat <domains.txt>); do flarectl zone info --zone=$domain; done Flarectl Command: List Ip Ranges flarectl ips --ip-type <ipv4|ipv6|all>