noseyparker-summarize - Summarize scan findings
noseyparker summarize [-d|--datastore] [-o|--output] [-f|--format] [-v|--verbose]... [-q|--quiet] [--color] [--progress] [--rlimit-nofile] [--sqlite-cache-size] [--enable-backtraces] [-h|--help]
Summarize scan findings
-d, --datastore=PATH [default: datastore.np]
Use the specified datastore
May also be specified with the NP_DATASTORE environment variable.
-o, --output=PATH
Write output to the specified path
If this argument is not provided, stdout will be used.
-f, --format=FORMAT [default: human]
Write output in the specified format
Possible values:
-
human: A text-based format designed for humans
-
json: Pretty-printed JSON format
-
jsonl: JSON Lines format
-v, --verbose
Enable verbose output
This can be repeated up to 3 times to enable successively more output.
-q, --quiet
Suppress non-error feedback messages
This silences WARNING, INFO, DEBUG, and TRACE messages and disables progress bars. This overrides any provided verbosity and progress reporting options.
--color=MODE [default: auto]
Enable or disable colored output
When this is "auto", colors are enabled for stdout and stderr when they are terminals.
If the `NO_COLOR` environment variable is set, it takes precedence and is equivalent to `--color=never`.
[possible values: auto, never, always]
--progress=MODE [default: auto]
Enable or disable progress bars
When this is "auto", progress bars are enabled when stderr is a terminal.
[possible values: auto, never, always]
--rlimit-nofile=LIMIT [default: 16384]
Set the rlimit for number of open files to LIMIT
This should not need to be changed from the default unless you run into crashes from running out of file descriptors.
--sqlite-cache-size=SIZE [default: -1048576]
Set the cache size for sqlite connections to SIZE
This has the effect of setting SQLites `pragma cache_size=SIZE`. The default value is set to use a maximum of 1GiB for database cache. See <https://sqlite.org/pragma.html#pragma_cache_size\> for more details.
--enable-backtraces=BOOL [default: true]
Enable or disable backtraces on panic
This has the effect of setting the `RUST_BACKTRACE` environment variable to 1.
[possible values: true, false]
-h, --help
Print help (see a summary with -h)