git-bug-ls.1

 1.TH "GIT-BUG" "1" "Apr 2019" "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\-p\fP, \fB\-\-participant\fP=[]
35    Filter by participant
36
37.PP
38\fB\-A\fP, \fB\-\-actor\fP=[]
39    Filter by actor
40
41.PP
42\fB\-l\fP, \fB\-\-label\fP=[]
43    Filter by label
44
45.PP
46\fB\-t\fP, \fB\-\-title\fP=[]
47    Filter by title
48
49.PP
50\fB\-n\fP, \fB\-\-no\fP=[]
51    Filter by absence of something. Valid values are [label]
52
53.PP
54\fB\-b\fP, \fB\-\-by\fP="creation"
55    Sort the results by a characteristic. Valid values are [id,creation,edit]
56
57.PP
58\fB\-d\fP, \fB\-\-direction\fP="asc"
59    Select the sorting direction. Valid values are [asc,desc]
60
61.PP
62\fB\-h\fP, \fB\-\-help\fP[=false]
63    help for ls
64
65
66.SH EXAMPLE
67.PP
68.RS
69
70.nf
71List open bugs sorted by last edition with a query:
72git bug ls status:open sort:edit\-desc
73
74List closed bugs sorted by creation with flags:
75git bug ls \-\-status closed \-\-by creation
76
77
78.fi
79.RE
80
81
82.SH SEE ALSO
83.PP
84\fBgit\-bug(1)\fP