https://github.com/dgruber/cf-shell
A Shell for Running Cloud Foundry Commands with Auto-Completion
https://github.com/dgruber/cf-shell
cfplugin cloud-foundry cloudfoundry-plugin pcf
Last synced: 7 months ago
JSON representation
A Shell for Running Cloud Foundry Commands with Auto-Completion
- Host: GitHub
- URL: https://github.com/dgruber/cf-shell
- Owner: dgruber
- License: apache-2.0
- Created: 2017-10-27T12:33:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T13:17:11.000Z (over 8 years ago)
- Last Synced: 2025-03-10T17:55:26.243Z (11 months ago)
- Topics: cfplugin, cloud-foundry, cloudfoundry-plugin, pcf
- Language: Shell
- Size: 18.6 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
