./show-github-issues-metrics.py -h
If you want to use this script you have to set the environment variables bellow on ~/.bashrc
(or another file as your choice):
export GITHUB_TOKEN=tokenValue
#OR
export GITHUB_USER=username
export GITHUB_PASSWORD=userpass
To install into your machine run the commands bellow:
git clone git@github.com:euclecio/git-kanban-cli.git /your/path
Or you can download the files to /your/path
Then to configure:
cd /your/path
./configure
If it didn't work, try run sudo ./configure
Change stage to Analysis and assign the task to you
Usage:
cd /path/your-project
gkc-analyze issueID
Creates a new branch with the issue ID in you computer and move it and move it to stage In Progress.
Usage:
cd /path/your-project
gkc-task-start issueID
Create a new Pull Request with the current branch and last commit
Usage:
cd /path/your-project
gkc-pr
Optional arguments:
-c|--custom The mode where everything is asked
-t|--title You can type title as an argument (default is the current branch)
--not-ready When PR still in progress, then the review stage label isn't added
Add, remove or change issue labels
Usage:
cd /path/your-project
gkc-issue-tag --add 'Label' issueId
gkc-issue-tag -cs 'Current' 'Desired' issueId
Available arguments:
--add 'Label' issueID Label an issue
--rm 'Label' issueID Dislabel an issue
--change-stage|-cs 'Current' 'Desired' issueID Change a the issue label stage
comand --help|-h Script helper