1.nh
 2.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" ""
 3
 4.SH NAME
 5git-bug-bug - List bugs
 6
 7
 8.SH SYNOPSIS
 9\fBgit-bug bug [QUERY] [flags]\fP
10
11
12.SH DESCRIPTION
13Display a summary of each bugs.
14
15.PP
16You can pass an additional query to filter and order the list. This query can be expressed either with a simple query language, flags, a natural language full text search, or a combination of the aforementioned.
17
18
19.SH OPTIONS
20\fB-s\fP, \fB--status\fP=[]
21	Filter by status. Valid values are [open,closed]
22
23.PP
24\fB-a\fP, \fB--author\fP=[]
25	Filter by author
26
27.PP
28\fB-m\fP, \fB--metadata\fP=[]
29	Filter by metadata. Example: github-url=URL
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,id,json,org-mode]
62
63.PP
64\fB-h\fP, \fB--help\fP[=false]
65	help for bug
66
67
68.SH EXAMPLE
69.EX
70List open bugs sorted by last edition with a query:
71git bug status:open sort:edit-desc
72
73List closed bugs sorted by creation with flags:
74git bug --status closed --by creation
75
76Do a full text search of all bugs:
77git bug "foo bar" baz
78
79Use queries, flags, and full text search:
80git bug status:open --by creation "foo bar" baz
81
82.EE
83
84
85.SH SEE ALSO
86\fBgit-bug(1)\fP, \fBgit-bug-bug-comment(1)\fP, \fBgit-bug-bug-deselect(1)\fP, \fBgit-bug-bug-label(1)\fP, \fBgit-bug-bug-new(1)\fP, \fBgit-bug-bug-rm(1)\fP, \fBgit-bug-bug-select(1)\fP, \fBgit-bug-bug-show(1)\fP, \fBgit-bug-bug-status(1)\fP, \fBgit-bug-bug-title(1)\fP