Adding tab completion to the CodePush CLI (https://github.com/Microsoft/code-push). Bash only as of now.
- Copy complete.sh into a static location
- From command prompt, run
source path/to/complete.sh
- You now have tab completion for code-push cli
In order to persist completion across sessions, add the source path/to/complete.sh
line to your bash profile (usually at ~/.bash_profile. See the documentation for more shell initialization information)