Skip to content

simonleung8/cli-stack-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Stack Changer Plugin

This plugin can be used to view and update applications running on the outdated Lucid64 backend due to Canonical discontinuing support at the end of April 2015.

##Installation

#####Install from Repo (v.6.10.0+)

$ cf add-plugin-repo CF-Community http://plugins.cloudfoundry.org/
$ cf install-plugin "CF App Stack Changer" -r CF-Community

#####Install from Url (v.6.8.0+) OSX

cf install-plugin https://github.com/simonleung8/cli-stack-changer/raw/master/bin/osx/cli-stack-changer_darwin_amd64

linux64:

cf install-plugin https://github.com/simonleung8/cli-stack-changer/raw/master/bin/linux64/cli-stack-changer_linux_amd64

windows64:

cf install-plugin https://github.com/simonleung8/cli-stack-changer/raw/master/bin/win64/cli-stack-changer_windows_amd64.exe

#####Install from Binary file (v.6.7.0)

  • Download the binary win64 linux64 osx
  • Install plugin $ cf install-plugin <binary_name>

##Full Command List

command usage description
stack-change cf stack-change [-o -s -p] Update stacks for apps from lucid64 to cflinuxfs2. Restart started apps.

Options:
-o: organization
-s: space
-p: # of concurrent threads in a batch
stack-list cf stack-list [-o -s -p] List all apps running on stack lucid64.

Options:
-o: organization
-s: space

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages