12.2.List exceptions

12.2.List exceptions

Lists WAF exceptions with optional filters.

wp admintools wafexceptions list [--format=<format>]    [--at-url=<at_url>] [--description=<description>] [--limit=<limit>]
--format

Output format: table (default), json, csv, yaml, or count.

--at-url

Filter by URL (partial match).

--description

Filter by description (partial match).

--limit

Limit the number of results returned. Default: all results.

Examples

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