Batch Processing¶
Run a batch of actions
usage: batch [-h] [-a {analyze}] [-j JOBS] [--verbose] [--dry-run] filename
Positional Arguments¶
- filename
JSON file describing the target action batch
Named Arguments¶
- -a, --action
Possible choices: analyze
Action to run in batch (capture or analyze).
Default: “analyze”
- -j, --jobs
Number jobs to run concurrently.
Default: 1
- --verbose, -v
Verbosity (logging) level.
Default: 1
- --dry-run
Print all commands but do not run them
Default: False