Skip to content

completion

Generate shell completion scripts so you can tab-complete doraval commands.

Terminal window
doraval completion <shell>

Supported shells: bash, zsh, fish.

Terminal window
# Bash
doraval completion bash > ~/.doraval-completion.bash
source ~/.doraval-completion.bash
# Zsh
doraval completion zsh > ~/.doraval-completion.zsh
source ~/.doraval-completion.zsh
# Fish
doraval completion fish > ~/.config/fish/completions/doraval.fish

After sourcing, tab completion works for top-level commands and common subcommands (for example, new, bump, validate, drift).