Skip to content

A Shell for Running Cloud Foundry Commands with Auto-Completion

License

Notifications You must be signed in to change notification settings

dgruber/cf-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

cli completion

...and options

cli completion

About

A Shell for Running Cloud Foundry Commands with Auto-Completion

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published