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
Introduces a new configure-director command that will eventually replace the configure-bosh command.
The export-installation, import-installation, and upload-product commands now support a --polling-interval flag to only print updates to the terminal on a defined polling interval.
All authenticated commands now support setting OM_USERNAME and OM_PASSWORD instead of --username and --password flags.
The --format global flag allows users to specify the format of their command output. Options include tabular and JSON formats.
Contributions
Adds support for opentsdb_ip to the configure-bosh command, thanks to @zmb3#114.
The upload-stemcell flag now includes a --force flag to force the upload of a stemcell even when Ops Manager reports that it already has a matching version, thanks to @rcw5#116.