Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 503 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 503 Bytes

Overview Build Status

Open app url in browser

Installation

$ go get github.com/cloudfoundry-community/cf-plugin-open
$ cf install-plugin $GOPATH/bin/cf-plugin-open

Usage

$ cf open <appname>

Development

cf uninstall-plugin open; go get ./...; cf install-plugin $GOPATH/bin/cf-plugin-open