2018-07-20 16:46:14 +03:00
|
|
|
## git-bug webui
|
|
|
|
|
2019-02-24 16:46:08 +03:00
|
|
|
Launch the web UI.
|
2018-07-20 16:46:14 +03:00
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
2019-02-24 16:46:08 +03:00
|
|
|
Launch the web UI.
|
2018-07-20 16:46:14 +03:00
|
|
|
|
2019-05-27 22:47:26 +03:00
|
|
|
Available git config:
|
|
|
|
git-bug.webui.open [bool]: control the automatic opening of the web UI in the default browser
|
|
|
|
|
|
|
|
|
2018-07-20 16:46:14 +03:00
|
|
|
```
|
|
|
|
git-bug webui [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
2020-06-18 04:52:33 +03:00
|
|
|
--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 is random)
|
|
|
|
--read-only Whether to run the web UI in read-only mode
|
|
|
|
-h, --help help for webui
|
2018-07-20 16:46:14 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
2019-02-24 16:46:08 +03:00
|
|
|
* [git-bug](git-bug.md) - A bug tracker embedded in Git.
|
2018-07-20 16:46:14 +03:00
|
|
|
|