0.0.5 • Published 8 years ago
jira-brancher v0.0.5
JIRA Brancher
Install:
npm i -g jira-brancher
Usage:
jirabrancher
The CLI will guide you through configuring your JIRA host, user & password.
JIRA Brancher will store 3 values in $HOME/.jirabrancher:
JIRA_HOST- the hostname of your JIRA serverJIRA_USER- the username for your JIRA accountJIRA_BASICAUTH- the HTTP Basic auth token used to connect to your JIRA server
On subsequent runs, you'll just need to provide a JIRA ticket number:
$ jirabrancher
Enter your JIRA ticket or ticket URL: YUM-1
Use the following branch name:
YUM-1/Create-A-Delicious-RecipeOr, as a CLI argument.
$ jirabrancher YUM-1
Use the following branch name:
YUM-1/Create-A-Delicious-Recipe