An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Overview [![Build Status](https://travis-ci.org/cloudfoundry-community/cf-plugin-open.svg?branch=master)](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
```