Aviator CLI comes with shell auto completion Bash This depends on
bash-completion
package. You need to install this with your OS package managers. Then, add the following line to the bashrc. .bashrc Copy
source <(av completion bash)
Note on macOS You will need to use bash from Homebrew (
brew install bash bash-completion
) as the pre-installed bash version is old. Follow the instruction shown after installation to setup bash-completion. Zsh Setup
compinit
, and add the following line to the zshrc. .zshrc Copy
source <(av completion zsh)
Previous How to Create an Access Token Next How to Use Editor Plugins in CLI Last updated 1 year ago Was this helpful?