git-bug-ls.1

 1.nh
 2.TH "GIT\-BUG" "1" "Apr 2019" "Generated from git\-bug's source code" ""
 3
 4.SH NAME
 5.PP
 6git\-bug\-ls \- List bugs.
 7
 8
 9.SH SYNOPSIS
10.PP
11\fBgit\-bug ls [QUERY] [flags]\fP
12
13
14.SH DESCRIPTION
15.PP
16Display a summary of each bugs.
17
18.PP
19You can pass an additional query to filter and order the list. This query can be expressed either with a simple query language or with flags.
20
21
22.SH OPTIONS
23.PP
24\fB\-s\fP, \fB\-\-status\fP=[]
25	Filter by status. Valid values are [open,closed]
26
27.PP
28\fB\-a\fP, \fB\-\-author\fP=[]
29	Filter by author
30
31.PP
32\fB\-p\fP, \fB\-\-participant\fP=[]
33	Filter by participant
34
35.PP
36\fB\-A\fP, \fB\-\-actor\fP=[]
37	Filter by actor
38
39.PP
40\fB\-l\fP, \fB\-\-label\fP=[]
41	Filter by label
42
43.PP
44\fB\-t\fP, \fB\-\-title\fP=[]
45	Filter by title
46
47.PP
48\fB\-n\fP, \fB\-\-no\fP=[]
49	Filter by absence of something. Valid values are [label]
50
51.PP
52\fB\-b\fP, \fB\-\-by\fP="creation"
53	Sort the results by a characteristic. Valid values are [id,creation,edit]
54
55.PP
56\fB\-d\fP, \fB\-\-direction\fP="asc"
57	Select the sorting direction. Valid values are [asc,desc]
58
59.PP
60\fB\-f\fP, \fB\-\-format\fP="default"
61	Select the output formatting style. Valid values are [default,plain,json,org\-mode]
62
63.PP
64\fB\-h\fP, \fB\-\-help\fP[=false]
65	help for ls
66
67
68.SH EXAMPLE
69.PP
70.RS
71
72.nf
73List open bugs sorted by last edition with a query:
74git bug ls status:open sort:edit\-desc
75
76List closed bugs sorted by creation with flags:
77git bug ls \-\-status closed \-\-by creation
78
79
80.fi
81.RE
82
83
84.SH SEE ALSO
85.PP
86\fBgit\-bug(1)\fP