This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
sycured edited this page Sep 6, 2022
·
4 revisions
Jira_cli is an unofficial Jira CLI written in Rust. It's compatible with On-Premise (Server/Datacenter edition) and Cloud.
Required for all subcommands
CLI short flag | CLI long flag | environment variable name |
---|---|---|
-d |
--domain |
JIRA_DOMAIN |
-t |
--token |
JIRA_TOKEN |
-u |
--user |
JIRA_USER |
ℹ️ Environment variables are part of Best Practices
Alias: check-version
Check if a new version is available
Generate an auto-completion file for your shell
Aliases:
g
gen
argument | specific list of values |
---|---|
shell |
x |
Possible values for shell
(case sensitive):
- bash
- elvish
- fish
- powershell
- zsh
For example to generate zsh auto-completion and save it to a file:
jira_cli generate zsh > ~/.zsh/completion/_jira_cli
Alias: gr
Manage groups of users
Alias: i
Manage issues
Alias: l
List available labels for the global label field
argument | default value |
---|---|
max_results |
1000 |
start_at |
0 |
Alias: L
Show copyright and license
Aliases:
p
proj
Manage projects
Aliases:
u
usr
Manage users