Skip to content

ryuyu/code-push-tab-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Code-push tab completion

Adding tab completion to the CodePush CLI (https://github.com/Microsoft/code-push). Bash only as of now.

Quick start

  1. Copy complete.sh into a static location
  2. From command prompt, run source path/to/complete.sh
  3. 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)

About

Adding bash completion profile for the code-push cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages