cf-recycle-plugin

command module
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

README

cf-recycle-plugin

This Cloudfoundry cli plugin is to allow the recycling of application instances without interruption to the application availability.

The plugin works by restarting individual Application Instances(AI's) waiting for one to fully restart before moving on to the next.

Prerequisites

The plugin was built and tested using the below versions

  1. Golang 1.10.0
  2. CloudFoundry CLI 6.35.2
Installation from Source

Using your favorite versioning system, set variables for the major, minor, and patch versions.

git clone git@github.com:comcast/cf-recycle-plugin.git
go get github.com/cloudfoundry/cli
govendor build -ldflags "-X main.Major=${major} -X main.Minor=${minor} -X main.Patch=${patch}" -o out/cf-recycle-plugin cf_recycle_plugin.go
cf install-plugin out/cf-recycle-plugin -f
Download

Binaries are available in the releases section.

Usage
cf recycle <APP NAME>

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL