🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More →
Socket
Book a DemoSign in
Socket

github.com/simonleung8/cli-stack-changer

Package Overview
Dependencies
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/simonleung8/cli-stack-changer

Source
Go Modules
Version
v0.0.0-20150526185002-976620b08908
Version published
Created
Source

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

commandusagedescription
stack-changecf 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-listcf stack-list [-o -s -p]List all apps running on stack lucid64.

Options:
-o: organization
-s: space

FAQs

Package last updated on 26 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts