Skip to content

A simple JIRA cli using demonstrating the usage of Java 11, GraalVM and Apache OpenWebBeans (CDI container).

License

Notifications You must be signed in to change notification settings

yupiik/jira-cli-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira Cli

A simple JIRA cli using demonstrating the usage of Java 11, GraalVM and Apache OpenWebBeans (CDI container).

Build

mvn package -Pnative

Usage

Pre-requisite: you built it, at that time there is no release yet or deliverable.

# once for all
./target/jira-cli login \
    --jira-username "$USER\@company.com" \
    --jira-cloud-token 'xxxxxxx'

# then run a command
./target/jira-cli list \
    --jira-base https://.... \
    --jpql project=TEST

TODO

  • more commands

About

A simple JIRA cli using demonstrating the usage of Java 11, GraalVM and Apache OpenWebBeans (CDI container).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages