
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
:star: 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
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
jirax commands at global levelnpm 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
FAQs
A cli tool for daily JIRA activities
We found that jirax demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.