completion
Scripts used to install auto tab completion for bash
, fish
, powershell
, and zsh
can be printed using:
kurtosis completion [command]
Where the available commands are as follows:
bash
: Generates the autocompletion script for bashfish
: Generates the autocompletion script for fishpowershell
: Generates the autocompletion script for powershellzsh
: Generates the autocompletion script for zsh
Instructions for how to install tab completion on your shell can be found here in our Guides section.