https://github.com/containeroo/jiractl
A blazing fast CLI tool to do Jira stuff like a real hacker 😎
https://github.com/containeroo/jiractl
Last synced: 6 months ago
JSON representation
A blazing fast CLI tool to do Jira stuff like a real hacker 😎
- Host: GitHub
- URL: https://github.com/containeroo/jiractl
- Owner: containeroo
- Created: 2023-03-06T07:22:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T14:02:25.000Z (over 1 year ago)
- Last Synced: 2025-01-24T15:19:07.171Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jiractl
A blazing fast CLI tool to do Jira stuff like a real hacker 😎.
## Usage
```text
Usage:
jiractl [flags]
jiractl [command]
Available Commands:
blockers Find blocker issues
completion Generate the autocompletion script for the specified shell
help Help about any command
issues Issues related commands
login Login to Jira
version Print the version number of jiractl
worklogs Worklogs related commands
Flags:
-h, --help help for jiractl
Use "jiractl [command] --help" for more information about a command.
```