admintools:waf:set

What it does: Set the value of an Admin Tools' WAF rule.

Syntax: admintools:waf:set --key=KEY --value=VALUE [--add] [--remove] [--empty]

Arguments

This command takes no arguments.

Options

--key=KEY

The WAF key to set the value for

--value=VALUE

The value to set

--add

(Optional). Applies only to array keys. Add the value to the array key.

--remove

(Optional). Applies only to array keys. Removes the value from the array key.

--empty

(Optional). Applies only to array keys. Remove all values from the array key.