Ziti Shell Auto-Complete
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...
blog.openziti.io2 min read
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`