git-bug_webui.md

 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      --open        Automatically open the web UI in the default browser
21      --no-open     Prevent the automatic opening of the web UI in the default browser
22  -p, --port int    Port to listen to (default is random)
23      --read-only   Whether to run the web UI in read-only mode
24  -h, --help        help for webui
25```
26
27### SEE ALSO
28
29* [git-bug](git-bug.md)	 - A bug tracker embedded in Git.
30