cfrevisions-plugin

command module
v0.0.0-...-150c63a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2019 License: MIT Imports: 8 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL