⭐ If you are using this tool or you like it, Star on GitHub — it helps!
A CLI tool for JIRA for day to day usage with JIRA.Speed up your JIRA activity with this CLI tool.
You are required to have Node.js installed to run the cli tool or after installing Node.js you can make executable and run the excutable to use the tool. Make executable
- Log in to Atlassian and generate your API TOKEN.
- Copy the API TOKEN
You can use directly install the package using NPM or YARN
npm install -g jirax
yarn add jirax
npx jirax
Install all dependency
npm install
npm link or sudo npm link
You need to login before using any of JIRAX features.
jirax -l
This will prompt few questions to enter your credentials please enter the credentials to use the CLI.)
$ Your JIRA Host Name (eg: something.atlassian.net)
$ Your JIRA User Name
$ Your API Token
It will authenticate with JIRA Server and after successfull login, your name will prompt with message
Your Login details will be stored in a JSON file located in
$XDG_CONFIG_HOME or ~/.config.
# access it
~/.config/configstore/jiraconfig.json
Jirax CLI tool is madeup with the subcommands for various jira activities.
# prints all available commands
jirax --help
# prints all available commands for a specific subcommand
jirax command --help
In case of your API token revoked or you have revoked the previous API token then you need to clear the previous credentials using the following command and
Relogin using command jirax login
jirax logout
After cloning the repository. Run this command this command will automatically create plateform specific executables.
npm run build
We hope that you will consider contributing to Jirax. Please read this short overview Contribution Guidelines for some information about how to get started
jirax is available under the MIT license. See the LICENSE file for more info.
Copyright (c) 2021 junipd2@gmail.com