Ignite CLI DEVNOTES

How to build module and add bash/zsh autocompletion to your shell

Build the ignite-3 and cli modules:

mvn clean install -DskipTests=true

Cd to the build directory:

cd modules/cli/target

Install autocompletion script to your shell:

source target/ignite_completion.sh 

Add ignite alias:

alias ignite='./ignite'

For more info, see Autocomplete for Java Command Line Applications.