Ignite CLI DEVNOTES

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

Build the ignite-3 and cli modules:

gradlew clean build -x test

Install autocompletion script to your shell:

source build/ignite_completion.sh 

Add ignite alias:

alias ignite='./ignite'

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