git-bug/doc/man/git-bug-webui.1

60 lines
997 B
Groff
Raw Normal View History

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
.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
2018-07-20 16:47:06 +03:00
.SH OPTIONS
.PP
2022-02-15 21:57:26 +03:00
\fB--host\fP="127.0.0.1"
Network address or hostname to listen to (default to 127.0.0.1)
.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
.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
.PP
2022-02-15 21:57:26 +03:00
\fB-p\fP, \fB--port\fP=0
Port to listen to (default to random available port)
.PP
2022-02-15 21:57:26 +03:00
\fB--read-only\fP[=false]
Whether to run the web UI in read-only mode
.PP
\fB--log-errors\fP[=false]
Whether to log errors
.PP
2022-02-15 21:57:26 +03:00
\fB-q\fP, \fB--query\fP=""
The query to open in the web UI bug list
.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-07-20 16:47:06 +03:00
.SH SEE ALSO
.PP
2022-02-15 21:57:26 +03:00
\fBgit-bug(1)\fP