table of contents
REPORT-CLI(1) | LIBREPORT MANUAL | REPORT-CLI(1) |
NAME¶
report-cli - Work with ABRT dump directories from command line.
SYNOPSIS¶
report-cli [-vsp] -L[PREFIX] [DUMP_DIR]
report-cli [-vsp] -e EVENT DUMP_DIR
report-cli [-vsp] -a[y] DUMP_DIR
report-cli [-vsp] -c[y] DUMP_DIR
report-cli [-vsp] -r[y|o|d] DUMP_DIR
DESCRIPTION¶
report-cli is a command line tool that manages application crashes and other problems catched by abrtd daemon, or created by other programs using libreport. It enables access to, manipulation of problem data, and reporting.
OPTIONS¶
-L[PREFIX]
List possible events [which start with PREFIX]
-e EVENT
Run EVENT on DUMP_DIR
-a, --analyze
Run analyze event(s) on DUMP_DIR
-c, --collect
Run collect event(s) on DUMP_DIR
-r, --report
Analyze, collect and report problem data in
DUMP_DIR
-d, --delete
Remove DUMP_DIR after reporting
-y, --always
Noninteractive: don’t ask questions, assume
positive answer to all of them
-o, --report-only
With -r: do not run analyzers, run only reporters
-v, --verbose
Be verbose
-s
Log to syslog
-p
Add program names to log
-V, --version
Display version and exit
AUTHORS¶
•ABRT team
06/22/2018 | LIBREPORT 2.0.9.1 |