https://github.com/cloudfoundry-community/cf-plugin-open
Easily open Cloud Foundry app in browser
https://github.com/cloudfoundry-community/cf-plugin-open
Last synced: 9 months ago
JSON representation
Easily open Cloud Foundry app in browser
- Host: GitHub
- URL: https://github.com/cloudfoundry-community/cf-plugin-open
- Owner: cloudfoundry-community
- Created: 2015-01-06T22:21:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T23:01:54.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T05:05:24.866Z (about 2 years ago)
- Language: Shell
- Homepage:
- Size: 5.62 MB
- Stars: 5
- Watchers: 31
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Overview [](https://travis-ci.org/cloudfoundry-community/cf-plugin-open)
========
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
```
Development
-----------
```
cf uninstall-plugin open; go get ./...; cf install-plugin $GOPATH/bin/cf-plugin-open
```