Tab not working for all the commands
When I do "netctl te" and press tab , it completes it as netctl tenant . Same with netctl gr+tab completes to netctl group . But the tab does work for app-profile, external-contracts, network etc
@santosh76 - thanks, need to fix this issue. Bash completion for newer commands need to be added for recently added netctl commands.
On other hand, if you have cycles and prefer taking this up, then the code changes are quite simple and can be found at for others; @vvb can help or review, etc. https://github.com/contiv/netplugin/blob/master/scripts/contrib/completion/bash/netctl
I've submitted a pull request to update the Bash completions:
https://github.com/contiv/netplugin/pull/840
I have verified this is working