aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_webui.md
blob: ccfaff9a6e9540f084c7ae0ac420d8a1b410442e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## git-bug webui

Launch the web UI.

### Synopsis

Launch the web UI.

Available git config:
  git-bug.webui.open [bool]: control the automatic opening of the web UI in the default browser


```
git-bug webui [flags]
```

### Options

```
      --host string   Network address or hostname to listen to (default to 127.0.0.1) (default "127.0.0.1")
      --open          Automatically open the web UI in the default browser
      --no-open       Prevent the automatic opening of the web UI in the default browser
  -p, --port int      Port to listen to (default to random available port)
      --read-only     Whether to run the web UI in read-only mode
  -h, --help          help for webui
```

### SEE ALSO

* [git-bug](git-bug.md)	 - A bug tracker embedded in Git.