Skip to content

zrob/cfrevisions-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfrevisions-plugin

A CF cli plugin to view revisions and rollback

Installation

  1. git clone the repo to your desktop
  2. In the repo, run go build to compile a binary
  3. run cf install-plugin <path-to-binary>

Known Issue

Resolved in CLI v6.43.0. The CF cli has a bug that causes the user token to periodically expire. This will manifest as not found errors for resources that exist. To resolve run a normal cli command and then rerun the command from this plugin.

Usage

Enable revisions for an app (since it is an experimental feature)

cf enable-revisions my-app

View all revisions

cf revisions my-app

View more details for a revision

cf revisions my-app 3

Rollback to a revision

cf rollback my-app 1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages