Search posts, tags, users, and pages
Kenneth Bingham
Developer Experience Engineer
This one's for the shell ninjas. The ziti CLI comes with auto-complete! You can use completions in any shell supported by Cobra. This post will distill the Cobra instructions with correct examples for ziti in BASH and ZSH. Install ziti First, make su...
Dave Hart
I'm running bash on macOS, and after following the bash instructions, I ran into _get_comp_words_by_ref: command not found
_get_comp_words_by_ref: command not found
I fixed this by running brew install bash-completion followed by. /usr/local/etc/bash_completion`
brew install bash-completion followed by
Dave Hart
I'm running bash on macOS, and after following the bash instructions, I ran into
_get_comp_words_by_ref: command not foundI fixed this by running
brew install bash-completion followed by. /usr/local/etc/bash_completion`