An bash autocompletion script for the VMware Kubernetes Engine CLI.
Source vke_bash_completion.sh from your runcom file (.bash_profile, ,bashrc, etc.) or source it from your current shell.
source vke_bash_completion.sh
If you're using zsh, the following should allow this autocompletion to work:
$ autoload bashcompinit $ bashcompinit $ source vke_bash_completion.sh