Command auto-completion
Kodjin CLI includes a command auto-completion feature that enables you to use the Tab key to complete a partially entered command.
How to activate? Use generate-completions to activate auto-completion.
Auto-completion should already be installed
How it works?
When you enter a part of the command after a kodjin-cli you can press Tab and command auto-completion either automatically completes your command or displays a suggested list of commands.
For example, if you enter kodjin-cli in and press Tab then kodjin-cli will suggest you options to choose
$ kodjin-cli in[Tab]
info -- Show information about a FHIR package
install -- Install a FHIR package
If you enter kodjin-cli ins and press Tab then kodjin-cli will autocomplete the command
$ kodjin-cli install
Last update:
June 23, 2026