2018-07-20 16:47:06 +03:00
.nh
2020-10-27 16:38:55 +03:00
.TH "GIT\-BUG" "1" "Apr 2019" "Generated from git\-bug's source code" ""
2018-07-20 16:47:06 +03:00
.SH NAME
.PP
2019-03-02 00:56:04 +03:00
git\- bug\- ls \- List bugs.
2018-07-20 16:47:06 +03:00
.SH SYNOPSIS
.PP
2020-07-28 21:24:24 +03:00
\fB git\- bug ls [QUERY] [flags]\fP
2018-07-20 16:47:06 +03:00
.SH DESCRIPTION
.PP
2018-09-10 19:16:16 +03:00
Display a summary of each bugs.
.PP
2020-11-17 16:09:35 +03:00
You 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.
2018-07-20 16:47:06 +03:00
.SH OPTIONS
2018-09-10 19:16:16 +03:00
.PP
\fB \- s\fP , \fB \- \- status\fP =[]
2020-02-23 16:38:02 +03:00
Filter by status. Valid values are [open,closed]
2018-09-10 19:16:16 +03:00
.PP
\fB \- a\fP , \fB \- \- author\fP =[]
2020-02-23 16:38:02 +03:00
Filter by author
2018-09-10 19:16:16 +03:00
2021-02-14 18:03:51 +03:00
.PP
\fB \- m\fP , \fB \- \- metadata\fP =[]
Filter by metadata. Example: github\- url=URL
2019-04-11 21:04:44 +03:00
.PP
\fB \- p\fP , \fB \- \- participant\fP =[]
2020-02-23 16:38:02 +03:00
Filter by participant
2019-04-11 21:04:44 +03:00
.PP
\fB \- A\fP , \fB \- \- actor\fP =[]
2020-02-23 16:38:02 +03:00
Filter by actor
2019-04-11 21:04:44 +03:00
2018-09-10 19:16:16 +03:00
.PP
\fB \- l\fP , \fB \- \- label\fP =[]
2020-02-23 16:38:02 +03:00
Filter by label
2018-09-10 19:16:16 +03:00
2019-03-03 17:23:20 +03:00
.PP
\fB \- t\fP , \fB \- \- title\fP =[]
2020-02-23 16:38:02 +03:00
Filter by title
2019-03-03 17:23:20 +03:00
2018-09-10 19:16:16 +03:00
.PP
\fB \- n\fP , \fB \- \- no\fP =[]
2020-02-23 16:38:02 +03:00
Filter by absence of something. Valid values are [label]
2018-09-10 19:16:16 +03:00
.PP
\fB \- b\fP , \fB \- \- by\fP ="creation"
2020-02-23 16:38:02 +03:00
Sort the results by a characteristic. Valid values are [id,creation,edit]
2018-09-10 19:16:16 +03:00
.PP
\fB \- d\fP , \fB \- \- direction\fP ="asc"
2020-02-23 16:38:02 +03:00
Select the sorting direction. Valid values are [asc,desc]
2018-09-10 19:16:16 +03:00
2020-06-14 03:41:50 +03:00
.PP
\fB \- f\fP , \fB \- \- format\fP ="default"
2020-06-24 15:52:48 +03:00
Select the output formatting style. Valid values are [default,plain,json,org\- mode]
2020-06-14 03:41:50 +03:00
2018-07-20 16:47:06 +03:00
.PP
\fB \- h\fP , \fB \- \- help\fP [=false]
2020-02-23 16:38:02 +03:00
help for ls
2018-07-20 16:47:06 +03:00
2018-09-10 19:16:16 +03:00
.SH EXAMPLE
.PP
.RS
.nf
List open bugs sorted by last edition with a query:
2018-09-19 22:50:03 +03:00
git bug ls status:open sort:edit\- desc
2018-09-10 19:16:16 +03:00
List closed bugs sorted by creation with flags:
git bug ls \- \- status closed \- \- by creation
2020-11-17 16:09:35 +03:00
Do a full text search of all bugs:
git bug ls "foo bar" baz
Use queries, flags, and full text search:
git bug ls status:open \- \- by creation "foo bar" baz
2018-09-10 19:16:16 +03:00
.fi
.RE
2018-07-20 16:47:06 +03:00
.SH SEE ALSO
.PP
2018-08-06 17:09:26 +03:00
\fB git\- bug(1)\fP