A simple JIRA cli using demonstrating the usage of Java 11, GraalVM and Apache OpenWebBeans (CDI container).
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