Skip to content

jpalczewski/znaczek

Repository files navigation

znaczek

Go Report Card Maintainability Build Status

Manage github repo labels with a breeze.

Usage

znaczek e -r [repository name] -o [owner]

Synopsis

As of v0.1.3:

NAME:
   znaczek - Managing github labels have never been easier!

USAGE:
   znaczek [global options] command [command options] [arguments...]

COMMANDS:
   export, e  export labels to file
   nuke, n    Delete all label in existing repo
   apply, a   Apply json file to repo
   help, h    Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --debug, -d, -v  Show further info (default: false)
   --quiet, -q      Hide unnecesary info (default: false)
   --help, -h       show help (default: false)

Other notes

App make use of env variable GH_TOKEN with repo scope in order to manage labels.

Shotouts, thanks, further readings