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 May 1, 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: i
Alias: l
List available labels for the global label field
argument | default value |
---|---|
max_results |
1000 |
start_at |
0 |
Aliases: p
, proj
Aliases: u
, usr