Shell Completion
Generate a shell completion file for supported shells (bash/fish/zsh/powershell)
yq shell-completion --variation=zshBash (default)
yq shell-completion# ~/.bashrc or ~/.profile
. <(yq shell-completion)zsh
yq shell-completion --variation=zshfish
yq shell-completion --variation=fishPowerShell
yq shell-completion --variation=powershellLast updated