Manage github repo labels with a breeze.
znaczek e -r [repository name] -o [owner]
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)
App make use of env variable GH_TOKEN
with repo scope in order to manage labels.
- First idea came out from https://douglascayers.com/2019/08/01/how-to-export-and-import-github-issue-labels-between-projects/ - My googling also ended up in nothing useful, so there that simple tool came in.
- Makefile is inspired by https://danishpraka.sh/2019/12/07/using-makefiles-for-go.html