We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning
Please wait with this issue, we are discussing with our Product Manager to consider this issue.
There is an option to run 2ms rules and list all the available rules (filtered by --include-rules and other arguments).
2ms rules
--include-rules
An internal user requested an option to print the rules in JSON format to easily parse it and display it to the user.
Need to add a flag --json that will print the rules as JSON.
--json
{ "rule id": { "description": "rule description", "tags": ["tag1", "tag2"] } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Warning
Please wait with this issue, we are discussing with our Product Manager to consider this issue.
There is an option to run
2ms rules
and list all the available rules (filtered by--include-rules
and other arguments).An internal user requested an option to print the rules in JSON format to easily parse it and display it to the user.
Need to add a flag
--json
that will print the rules as JSON.The text was updated successfully, but these errors were encountered: