cf-platform-eng / tile-generator

Tools to develop, package, test, and deploy software on Pivotal Cloud Foundry
https://docs.pivotal.io/tiledev/tile-generator.html
Apache License 2.0
88 stars 59 forks source link

Update pcf command for 1.8 API changes #112

Closed guidowb closed 6 years ago

guidowb commented 8 years ago

1.8 includes a massive API update, and while most of the pcf commands continue to work using the old APIs, it would greatly benefit from using the new ones (while somehow maintaining compatibility with older versions, of course)

mboldt commented 7 years ago

Brief update: I added opsmgr.get_version() that returns the Ops Manager version (e.g., version 1.8.0 would return [1, 8, 0]). Sample use in opsmgr.configure().