Lists WAF exceptions with optional filters.
wp admintools wafexceptions list [--format=<format>] [--at-url=<at_url>] [--description=<description>] [--limit=<limit>]
--formatOutput format: table (default), json, csv, yaml, or count.
--at-urlFilter by URL (partial match).
--descriptionFilter by description (partial match).
--limitLimit the number of results returned. Default: all results.
List all exceptions:
wp admintools wafexceptions list
List exceptions for post.php:
wp admintools wafexceptions list --at-url=post.php
Count all exceptions:
wp admintools wafexceptions list --format=count