Skip to content

Cloud Foundry cli plugin for rolling restart of application instances

License

Notifications You must be signed in to change notification settings

rogeruiz/cf-recycle-plugin

 
 

Repository files navigation

cf-recycle-plugin

CircleCI

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

  1. Golang 1.5+
  2. CF CLI 6.13+

Installation from Source

dep ensure -v
go build -o deploy/cf-recycle-plugin
cf install-plugin deploy/cf-recycle-plugin -f

Download

Binaries are available in the releases section.

Usage

cf recycle <APP NAME>

About

Cloud Foundry cli plugin for rolling restart of application instances

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%