diff --git a/README.md b/README.md index c5209528..55572996 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,10 @@ or if you want a colored HTML report do: pip install ansi2html ./prowler | ansi2html -la > report.html ``` +or if you want a pipe-delimited report file, do: +``` +./prowler -M csv > output.psv +``` 5 - For help use: @@ -94,6 +98,7 @@ USAGE: -f specify an AWS region to run checks against (i.e.: us-west-1) -m specify the maximum number of items to return for long-running requests (default: 100) -b do not use colors in the output + -M output mode: text (defalut), mono, csv (separator is "|"; data is on stdout; progress on stderr) -h this help ```