git-bug/doc/md/git-bug_webui.md

31 lines
635 B
Markdown
Raw Normal View History

2018-07-20 16:46:14 +03:00
## git-bug webui
Launch the web UI.
2018-07-20 16:46:14 +03:00
### Synopsis
Launch the web UI.
2018-07-20 16:46:14 +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
```
--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
* [git-bug](git-bug.md) - A bug tracker embedded in Git.
2018-07-20 16:46:14 +03:00