1.nh
 2.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" ""
 3
 4.SH NAME
 5git-bug-webui - Launch the web UI
 6
 7
 8.SH SYNOPSIS
 9\fBgit-bug webui [flags]\fP
10
11
12.SH DESCRIPTION
13Launch the web UI.
14
15.PP
16Available git config:
17  git-bug.webui.open [bool]: control the automatic opening of the web UI in the default browser
18
19
20.SH OPTIONS
21\fB--host\fP="127.0.0.1"
22	Network address or hostname to listen to (default to 127.0.0.1)
23
24.PP
25\fB--open\fP[=false]
26	Automatically open the web UI in the default browser
27
28.PP
29\fB--no-open\fP[=false]
30	Prevent the automatic opening of the web UI in the default browser
31
32.PP
33\fB-p\fP, \fB--port\fP=0
34	Port to listen to (default to random available port)
35
36.PP
37\fB--read-only\fP[=false]
38	Whether to run the web UI in read-only mode
39
40.PP
41\fB--log-errors\fP[=false]
42	Whether to log errors
43
44.PP
45\fB-q\fP, \fB--query\fP=""
46	The query to open in the web UI bug list
47
48.PP
49\fB-h\fP, \fB--help\fP[=false]
50	help for webui
51
52
53.SH SEE ALSO
54\fBgit-bug(1)\fP