Named after the raccoon dog logo of GitLab. A tool for performing actions on GitLab repos or a single repo.
For installation instructions from binaries please visit the Releases Page.
$ go get github.com/roaldnefs/tanuki
$ tanuki -h
A tool for performing actions on GitLab repos or a single repo.
Usage:
tanuki [command]
Available Commands:
help Help about any command
version Print the version number of Tanuki
Flags:
--config string config file (default is $HOME/.tanuki.yaml)
-d, --debug enable debug logging (default false)
--dry-run do not change settings just print the changes that would occur (default false)
-h, --help help for tanuki
-t, --token string GitLab API token
-u, --url string GitLab URL (default "https://gitlab.com/")
Use "tanuki [command] --help" for more information about a command.