Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 536 Bytes

README.adoc

File metadata and controls

31 lines (22 loc) · 536 Bytes

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