aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoramine <hilalyamine@gmail.com>2019-12-10 20:30:29 +0100
committeramine <hilalyamine@gmail.com>2019-12-10 21:05:55 +0100
commitf6b4830c0b68f3b5c616236bc9d51943765c8b4a (patch)
tree324f36a49d1a26253bb1fc1ecc923d50aaed2912 /doc
parentf1ed857cbd3a253d77b31c0c896fdc4ade40844f (diff)
downloadgit-bug-f6b4830c0b68f3b5c616236bc9d51943765c8b4a.tar.gz
bridge/gitlab: support self-hosted GitLab instance
Diffstat (limited to 'doc')
-rw-r--r--doc/man/git-bug-bridge-configure.14
-rw-r--r--doc/md/git-bug_bridge_configure.md1
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/git-bug-bridge-configure.1 b/doc/man/git-bug-bridge-configure.1
index 14b773a6..d1dc9f7d 100644
--- a/doc/man/git-bug-bridge-configure.1
+++ b/doc/man/git-bug-bridge-configure.1
@@ -40,6 +40,10 @@ Token configuration can be directly passed with the \-\-token flag or in the ter
The URL of the target repository
.PP
+\fB\-b\fP, \fB\-\-base\-url\fP=""
+ The base URL of your issue tracker service
+
+.PP
\fB\-o\fP, \fB\-\-owner\fP=""
The owner of the target repository
diff --git a/doc/md/git-bug_bridge_configure.md b/doc/md/git-bug_bridge_configure.md
index 73121072..c0f89cf3 100644
--- a/doc/md/git-bug_bridge_configure.md
+++ b/doc/md/git-bug_bridge_configure.md
@@ -73,6 +73,7 @@ git bug bridge configure \
-n, --name string A distinctive name to identify the bridge
-t, --target string The target of the bridge. Valid values are [github,gitlab,launchpad-preview]
-u, --url string The URL of the target repository
+ -b, --base-url string The base URL of your issue tracker service
-o, --owner string The owner of the target repository
-c, --credential string The identifier or prefix of an already known credential for the API (see "git-bug bridge auth")
--token string A raw authentication token for the API