1REPORT-CLI(1) LIBREPORT MANUAL REPORT-CLI(1)
2
3
4
6 report-cli - Work with ABRT dump directories from command line.
7
9 report-cli [-vsp] -L[PREFIX] [DUMP_DIR]
10
11 report-cli [-vsp] -e EVENT DUMP_DIR
12
13 report-cli [-vsp] -a[y] DUMP_DIR
14
15 report-cli [-vsp] -c[y] DUMP_DIR
16
17 report-cli [-vsp] -r[y|o|d] DUMP_DIR
18
20 report-cli is a command line tool that manages application crashes and
21 other problems catched by abrtd daemon, or created by other programs
22 using libreport. It enables access to, manipulation of problem data,
23 and reporting.
24
26 -L[PREFIX]
27 List possible events [which start with PREFIX]
28
29 -e EVENT
30 Run EVENT on DUMP_DIR
31
32 -a, --analyze
33 Run analyze event(s) on DUMP_DIR
34
35 -c, --collect
36 Run collect event(s) on DUMP_DIR
37
38 -r, --report
39 Analyze, collect and report problem data in DUMP_DIR
40
41 -d, --delete
42 Remove DUMP_DIR after reporting
43
44 -y, --always
45 Noninteractive: don’t ask questions, assume positive answer to all
46 of them
47
48 -o, --report-only
49 With -r: do not run analyzers, run only reporters
50
51 -v, --verbose
52 Be verbose
53
54 -s
55 Log to syslog
56
57 -p
58 Add program names to log
59
60 -V, --version
61 Display version and exit
62
64 · ABRT team
65
66
67
68LIBREPORT 2.0.9.1 06/19/2018 REPORT-CLI(1)