git-bug-ls.1

 1.TH "GIT-BUG" "1" "Oct 2018" "Generated from git-bug's source code" "" 
 2.nh
 3.ad l
 4
 5
 6.SH NAME
 7.PP
 8git\-bug\-ls \- List bugs
 9
10
11.SH SYNOPSIS
12.PP
13\fBgit\-bug ls [<query>] [flags]\fP
14
15
16.SH DESCRIPTION
17.PP
18Display a summary of each bugs.
19
20.PP
21You 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.
22
23
24.SH OPTIONS
25.PP
26\fB\-s\fP, \fB\-\-status\fP=[]
27    Filter by status. Valid values are [open,closed]
28
29.PP
30\fB\-a\fP, \fB\-\-author\fP=[]
31    Filter by author
32
33.PP
34\fB\-l\fP, \fB\-\-label\fP=[]
35    Filter by label
36
37.PP
38\fB\-n\fP, \fB\-\-no\fP=[]
39    Filter by absence of something. Valid values are [label]
40
41.PP
42\fB\-b\fP, \fB\-\-by\fP="creation"
43    Sort the results by a characteristic. Valid values are [id,creation,edit]
44
45.PP
46\fB\-d\fP, \fB\-\-direction\fP="asc"
47    Select the sorting direction. Valid values are [asc,desc]
48
49.PP
50\fB\-h\fP, \fB\-\-help\fP[=false]
51    help for ls
52
53
54.SH EXAMPLE
55.PP
56.RS
57
58.nf
59List open bugs sorted by last edition with a query:
60git bug ls status:open sort:edit\-desc
61
62List closed bugs sorted by creation with flags:
63git bug ls \-\-status closed \-\-by creation
64
65
66.fi
67.RE
68
69
70.SH SEE ALSO
71.PP
72\fBgit\-bug(1)\fP