A CF cli plugin to view revisions and rollback
- git clone the repo to your desktop
- In the repo, run
go build
to compile a binary - run
cf install-plugin <path-to-binary>
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.
cf enable-revisions my-app
cf revisions my-app
cf revisions my-app 3
cf rollback my-app 1