Files
kustomize/cmd/config/docs/commands/completion.md
2019-12-09 09:22:14 -08:00

21 lines
554 B
Markdown

## install-completion
Install shell completion.
### Synopsis
Install shell completion for kustomize commands and flags -- supports bash, fish and zsh.
kustomize install-completion
Registers the completion command with known shells (e.g. .bashrc, .bash_profile, etc):
complete -C /Users/USER/go/bin/kustomize kustomize
Because the completion command is embedded in kustomize directly, there is no need to update
it separately from the kustomize binary.
To uninstall shell completion run:
COMP_UNINSTALL=1 kustomize install-completion