sprint-cli
v0.1.0
Published
This projects provides some basic functionality to Jira from the command line via [Jira's API](https://developer.atlassian.com/cloud/jira/platform/rest/).
Readme
sprint-cli
This projects provides some basic functionality to Jira from the command line via Jira's API.
Setup
- Ensure the directory where
sprint-cliis called from has a.jirafile which contains the ID of the project in Jira. - Invoke
sprint-cliand pass the username, password, and instance name asENVvariables:instance=acme [email protected] password=$(gpg -qd ~/.jira-token.gpg) sprint-cli. I recommend saving this as a shell alias to avoid lots of typing.
