Getting started Community Training Tutorials Documentation APIs, AI & Tools
1) Add the autocomplete env var to your bash profile and source it $ printf "eval $(api-catalog autocomplete:script bash)" >> ~/.bashrc; source ~/.bashrc NOTE: If your terminal starts as a login shell you may need to print the init script into ~/.bash_profile or ~/.profile. 2) Test it out, e.g.: $ api-catalog <TAB><TAB> # Command completion $ api-catalog [command] --<TAB><TAB> # Flag completion



