After changes made in #2125 the next command (which also can be found in README.md) cannot be run as it's not possible to use wildcard in place of pluginId anymore:
# Suppress all us-east-1 region results
$ ./index.js --suppress *:us-east-1:*
Returns:
Error: Invalid pluginId in suppression: *. Must only contain letters and numbers and be between 1-255 characters.
After changes made in #2125 the next command (which also can be found in
README.md) cannot be run as it's not possible to use wildcard in place ofpluginIdanymore:Returns: