completion
Generate shell completion scripts so you can tab-complete doraval commands.
doraval completion <shell>Supported shells: bash, zsh, fish.
Examples
Section titled “Examples”# Bashdoraval completion bash > ~/.doraval-completion.bashsource ~/.doraval-completion.bash
# Zshdoraval completion zsh > ~/.doraval-completion.zshsource ~/.doraval-completion.zsh
# Fishdoraval completion fish > ~/.config/fish/completions/doraval.fishAfter sourcing, tab completion works for top-level commands and common subcommands (for example, new, bump, validate, drift).
See also
Section titled “See also”- Install the CLI using one of the methods in Installation