cf-shell - A Shell for Cloud Foundry Commands with Auto-Completion
cf-shell is a simple plugin for the Cloud Foundry cf command line tool which
supports auto-completion of cf arguments. Its core functionality is based on
go-prompt. It makes it easy exploring arguments and its options without
browsing through the help pages.
Installation
By Source
mkdir -p $GOPATH/src/github.com/dgruber
cd $GOPATH/src/github.com/dgruber
git clone $GOPATH/src/github.com/dgruber/cf-shell
cd cf-shell
go build
cf install-plugin ./cf-shell
Pre-Build
For MacOS X:
cf install-plugin https://github.com/dgruber/cf-shell/blob/master/builds/current/cf-shell.osx?raw=true
Usage
cf shell
Typing quit or exit (or ctrl-d) closes the shell.
Uninstall plugin
cf uninstall-plugin Shell
Screenshots
Arguments
...and options