Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.62 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.62 KB

tanuki

Travis CI GoDoc Github All Releases

Named after the raccoon dog logo of GitLab. A tool for performing actions on GitLab repos or a single repo.

Installation

Binaries

For installation instructions from binaries please visit the Releases Page.

Via Go

$ go get github.com/roaldnefs/tanuki

Usage

$ 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.