aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_export.md
blob: df9c9a9be287949065438593f3f1c38a02570873 (plain) (blame)
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
## git-bug export

Export bugs as a series of operations.

### Synopsis

Export bugs as a series of operations.

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.

```
git-bug export [QUERY] [flags]
```

### Examples

```
See ls
```

### Options

```
  -s, --status strings        Filter by status. Valid values are [open,closed]
  -a, --author strings        Filter by author
  -p, --participant strings   Filter by participant
  -A, --actor strings         Filter by actor
  -l, --label strings         Filter by label
  -t, --title strings         Filter by title
  -n, --no strings            Filter by absence of something. Valid values are [label]
  -b, --by string             Sort the results by a characteristic. Valid values are [id,creation,edit] (default "creation")
  -d, --direction string      Select the sorting direction. Valid values are [asc,desc] (default "asc")
  -h, --help                  help for export
```

### SEE ALSO

* [git-bug](git-bug.md)	 - A bug tracker embedded in Git.