Skip to content

xiwenc/cf-fastpush-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudFoundry Fast Push Plugin

cf-fastpush-plugin is a Cloud Foundry CLI plugin that speaks fastpush REST API.

Usage

cf-fastpush-plugin on its own is not very useful. A fastpush controller like cf-fastpush-controller is needed. For usage and general documentation on fastpush please refer to the documentation at fastpush.

Requirements

  • Cloudfoundry CLI 6.x or later

Installation

git clone https://github.com/xiwenc/cf-fastpush-plugin.git
cd cf-fastpush-plugin
go build
cf install-plugin cf-fastpush-plugin

Commands

Command Short-cut Description
cf fast-push <app name> cf fp <app name> Update application files and restart app if needed.
cf fast-push-status <app name> cf fps <app name> Get status of the app.