2018-07-20 16:47:06 +03:00
|
|
|
.nh
|
2022-02-15 21:57:26 +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
|
2022-02-15 21:57:26 +03:00
|
|
|
git-bug-webui - Launch the web UI.
|
2018-07-20 16:47:06 +03:00
|
|
|
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fBgit-bug webui [flags]\fP
|
2018-07-20 16:47:06 +03:00
|
|
|
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
2019-03-02 00:56:04 +03:00
|
|
|
Launch the web UI.
|
2018-07-20 16:47:06 +03:00
|
|
|
|
2019-05-27 22:47:26 +03:00
|
|
|
.PP
|
|
|
|
Available git config:
|
2022-02-15 21:57:26 +03:00
|
|
|
git-bug.webui.open [bool]: control the automatic opening of the web UI in the default browser
|
2019-05-27 22:47:26 +03:00
|
|
|
|
2018-07-20 16:47:06 +03:00
|
|
|
|
|
|
|
.SH OPTIONS
|
2021-02-28 18:27:14 +03:00
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fB--host\fP="127.0.0.1"
|
2021-02-28 18:27:14 +03:00
|
|
|
Network address or hostname to listen to (default to 127.0.0.1)
|
|
|
|
|
2019-05-27 22:47:26 +03:00
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fB--open\fP[=false]
|
2020-02-23 16:38:02 +03:00
|
|
|
Automatically open the web UI in the default browser
|
2019-05-27 22:47:26 +03:00
|
|
|
|
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fB--no-open\fP[=false]
|
2020-02-23 16:38:02 +03:00
|
|
|
Prevent the automatic opening of the web UI in the default browser
|
2019-05-27 22:47:26 +03:00
|
|
|
|
2018-07-22 01:16:51 +03:00
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fB-p\fP, \fB--port\fP=0
|
2021-02-28 18:27:14 +03:00
|
|
|
Port to listen to (default to random available port)
|
2018-07-22 01:16:51 +03:00
|
|
|
|
2020-06-18 04:52:33 +03:00
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fB--read-only\fP[=false]
|
|
|
|
Whether to run the web UI in read-only mode
|
2020-06-18 04:52:33 +03:00
|
|
|
|
2022-08-23 16:02:41 +03:00
|
|
|
.PP
|
|
|
|
\fB--log-errors\fP[=false]
|
|
|
|
Whether to log errors
|
|
|
|
|
2021-03-07 16:09:15 +03:00
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fB-q\fP, \fB--query\fP=""
|
2021-03-07 23:44:48 +03:00
|
|
|
The query to open in the web UI bug list
|
2021-03-07 16:09:15 +03:00
|
|
|
|
2018-09-10 19:16:16 +03:00
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fB-h\fP, \fB--help\fP[=false]
|
2020-02-23 16:38:02 +03:00
|
|
|
help for webui
|
2018-09-10 19:16:16 +03:00
|
|
|
|
2018-07-20 16:47:06 +03:00
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
.PP
|
2022-02-15 21:57:26 +03:00
|
|
|
\fBgit-bug(1)\fP
|