completion
Scripts used to create command-line completion for bash
, fish
, powershell
, and zsh
can be printed using:
kurtosis completion [command]
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 command-line completion on your shell can be found here in our Guides section.