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
(EXPERIMENTAL) pre-deploy-check has been added as a new command. This command can be run at any time. It will scan the director and any staged tiles in an Ops Manager environment for invalid or missing properties. It displays these errors in a list format for the user to manually (or automatedly) update the configuration. This command will also return an exit status 1; this command can be a gatekeeper in CI before running an apply-changes
download-product will now include the product-version in download-file.json
Thanks to @vchrisb for the PR on issue #360
Bug Fixes
Extra values passed in the env file will now fail if they are not recognized properties.
This closes issue #258
om will now allow non-string entities to be passed as strings to Ops Manager.
This closes issue #352
the file outputted by download-product will now use the product-name as defined in the downloaded-product, not from the Pivnet slug.
This fixes a mismatch between the two as documented in issue #351
bosh-env will now set BOSH_ALL_PROXY without a trailing slash if one is provided.
This closes issue #350