Skip to main content

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 bash
  • fish: Generates the autocompletion script for fish
  • powershell: Generates the autocompletion script for powershell
  • zsh: 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.