Mitra Ardron (mitra42) opened
The documentation for getting this setup is very sparse so forgive me if I'm missing something :-)
I'm trying to set this up to mirror the bug tracker for the internetarchive/dweb-mirror project that I lead.
I've installed the release 5.0 git-bug_darwin_amd64 from https://github.com/MichaelMure/git-bug/releases/tag/0.5.0 and renamed as git-bug
I've not created any local issues, since I want to mirror the tracker at Github .
I'm somewhat guessing but the README at https://github.com/MichaelMure/git-bug/blob/master/README.md says
git bug bridge configure \
--name=mybridge \
--target=github \
--url=https://github.com/michaelmure/git-bug \
--token=$TOKEN
first issue is that it doesn't explain what $TOKEN is - so I omitted it for now (which might be wrong)
I'm presuming I should cd into the directory where I've cloned the repo, as I would for any other git action on it, but I then see this ...
dweb-mirror mitra$ git bug bridge configure --name=dmgithub --target=github --url=https://github.com/internetarchive/dweb-mirror
Error: unknown flag: --name
Usage:
git-bug bridge configure [flags]
Flags:
-h, --help help for configure
Which suggests there is no --name parameter to git bug bridge configure.
So I try the help ...
git bug bridge configure -h
Configure a new bridge.
Usage:
git-bug bridge configure [flags]
Flags:
-h, --help help for configure
Oops - even less helpful than the README :-)
Is there a better place for the docs, or does this only work from some version since 5.0 (which was in April).