0.8.0
Another new feature and some networking timeout configurability:
om delete-installation
om delete-installation
This command can be invoked as follows:
$ om --target https://opsman.example.com \
--username "some-username" \
--password "some-password" \
delete-installation'
Network timeout configuration
A new global flag has been added to om
to allow users to set more relaxed networking timeout configurations. This is helpful if you are working on a slow network, or are transferring very large files between your local machine and the OpsManager. The flag is --request-timeout
and takes an integer argument for the number of seconds to wait before giving up on a response to a request. The default value is 1800 (30 minutes).