1REPORT-CLI(1) LIBREPORT MANUAL REPORT-CLI(1)
2
3
4
6 report-cli - Work with ABRT problem directories from command line.
7
9 report-cli [-vsp] -L[PREFIX] [PROBLEM_DIR]
10
11 report-cli [-vsp] -e EVENT PROBLEM_DIR
12
13 report-cli [-vsp] -a[y] PROBLEM_DIR
14
15 report-cli [-vsp] -c[y] PROBLEM_DIR
16
17 report-cli [-vsp] -r[y|o|d] PROBLEM_DIR
18
20 report-cli is a command line tool that manages application crashes and
21 other problems caught 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 PROBLEM_DIR
31
32 -a, --analyze
33 Run analyze event(s) on PROBLEM_DIR
34
35 -c, --collect
36 Run collect event(s) on PROBLEM_DIR
37
38 -r, --report
39 Analyze, collect and report problem data in PROBLEM_DIR
40
41 -d, --delete
42 Remove PROBLEM_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.17.1 03/10/2022 REPORT-CLI(1)