report-cli(1) - Linux man page

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