From f6b4830c0b68f3b5c616236bc9d51943765c8b4a Mon Sep 17 00:00:00 2001 From: amine Date: Tue, 10 Dec 2019 20:30:29 +0100 Subject: bridge/gitlab: support self-hosted GitLab instance --- doc/md/git-bug_bridge_configure.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/md') 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 -- cgit