You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version adds extends the CredHub client to parse the response to to a hash instead of the raw string.
It also includes new methods on the PostgreSQL client.
Provides the ability to change the network of an instance group in a bosh manifest. there is also a new method for deploying the manifest from memory without using a manifest file.
Adds the class method execute_or_raise_error to bosh.rb. This method is used to access the BOSH CLI and throws an error when the return status is not 0. It also uses the stdout and stderr of the command as a more verbose error message.