pivotal-cf/service-instance-reaper

Name: service-instance-reaper

Owner: Pivotal Cloud Foundry

Description: A utility for reaping old Cloud Foundry service instances

Created: 2018-01-16 20:02:32.0

Updated: 2018-05-15 13:19:24.0

Pushed: 2018-05-15 13:20:31.0

Homepage:

Size: 1852

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Service Instance Reaper

This repository provides a utility for reaping, that is deleting, old Cloud Foundry service instances.

Building

To build the utility, install go and govendor (see the Go Development guide for instructions) and issue:

 $GOPATH/src/github.com/pivotal-cf/service-instance-reaper
vendor install +local
Simply installing

To install the utility without first cloning this repository or using govendor, issue:

 get -u github.com/pivotal-cf/service-instance-reaper
Running

Ensure that $GOPATH/bin is on the path and then issue:

ice-instance-reaper help

to display the command line syntax of the utility.

Go Development

See the Go Development guide. (If you just want to build and install the plugin, simply install go and govendor.)

Testing

Run the tests as follows:

 $GOPATH/src/github.com/pivotal-cf/service-instance-reaper
vendor test +local
License

The Service Instance Reaper is Open Source software released under the Apache 2.0 license.

Contributing

Contributions are welcomed. Please refer to the Contributor's Guide.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.