1## git-bug webui
2
3Launch the web UI.
4
5### Synopsis
6
7Launch the web UI.
8
9Available git config:
10 git-bug.webui.open [bool]: control the automatic opening of the web UI in the default browser
11
12
13```
14git-bug webui [flags]
15```
16
17### Options
18
19```
20 --host string Network address or hostname to listen to (default to 127.0.0.1) (default "127.0.0.1")
21 --open Automatically open the web UI in the default browser
22 --no-open Prevent the automatic opening of the web UI in the default browser
23 -p, --port int Port to listen to (default to random available port)
24 --read-only Whether to run the web UI in read-only mode
25 -q, --query string The query to open in the web UI bug list
26 -h, --help help for webui
27```
28
29### SEE ALSO
30
31* [git-bug](git-bug.md) - A bug tracker embedded in Git.
32