0

I am having trouble with zsh autocompletion for IBM Cloud CLI tools.

I put the following line into my .zshrc, but don't get autocompletion working.

source /usr/local/ibmcloud/bx/zsh_autocomplete

fg78nc
  • 4,774
  • 3
  • 19
  • 32
  • Can you check that the file `zsh_autocomplete` is at that path? Or is it "/usr/local/ibmcloud/zsh_autocomplete"? – data_henrik Aug 17 '18 at 05:08
  • it is at `/usr/local/ibmcloud/bx/zsh_autocomplete`. I have installed `IBM Cloud CLI tools` with `homebrew` – fg78nc Aug 17 '18 at 12:10
  • I am on a Linux system with bash, so cannot test your config, but it is the most common developer config. Any errors or just that the commands do not expand in zsh? – data_henrik Aug 17 '18 at 12:30
  • They just don't expand. I have autocompletion for many other CLI tools working perfectly (aws for example) – fg78nc Aug 17 '18 at 12:44
  • @data_henrik Please check answer below. – fg78nc Aug 23 '18 at 22:54

1 Answers1

0

According to the developer, this feature is not implemented yet, although documented. Fix expected in version 0.9.

https://github.com/IBM-Cloud/ibm-cloud-cli-release/issues/49#issuecomment-415593301

fg78nc
  • 4,774
  • 3
  • 19
  • 32