1abrt-cli(1) General Commands Manual abrt-cli(1)
2
3
4
6 abrt-cli - a command line interface to abrt
7
9 abrt-cli [option]
10
12 abrt-cli is a command line tool that manages application crashes
13 catched by abrtd daemon. It enables access to crash data, and allows to
14 report crashes depending on active abrt plugins.
15
17 Basic startup options
18
19 -V, --version
20 Displays version of abrt-cli.
21
22 -?, --help
23 Print a help message describing all of abrt-cli’s command-line
24 options.
25
26
27 Crash action options
28
29 -l, --list
30 Prints list of crashes which are not reported yet.
31
32 -r, --report UUID
33 Creates a crash report and then the text editor is invoked on
34 that report. When you are done with editing the report just exit
35 the editor and then you will be asked if you want to send the
36 report.
37
38 -d, --delete UUID
39 Removes data about particular crash.
40
41 -i, --info UUID
42 Prints detailed information about particular crash.
43
44
45 Listing options
46
47 -f, --full
48 List all crashes, including already reported.
49
50
51 Report options
52
53 -y, --always
54 Creates and sends the crash report automatically, without asking
55 any questions.
56
57
58 Info options
59
60 -b, --backtrace
61 Includes the crash backtrace in the info output if the backtrace
62 is available.
63
64
66 The editor used to edit the crash report is chosen from the ABRT_EDITOR
67 environment variable, the VISUAL environment variable, or the EDITOR
68 environment variable, in that order.
69
70
72 abrtd(8), abrt.conf(5), abrt-plugins(7)
73
74
75
76 12 Oct 2009 abrt-cli(1)