Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 250 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 250 Bytes

cf_completion

Bash completion for the Cloud Foundry CLI

prerequisites

  • Ruby 1.9.x and above

Usage

gem install cf_completion
echo "complete -C cf_completion cf" >> ~/.bash_profile
source ~/.bash_profile