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