Getting Started

Installation

The recommended installation tool is pip:

$ pip install vmupdate

Configuration

Create a custom configuration file vmupdate.yaml:

Credentials:
  Username: myuser
  Password: mypass

Note

This method is included for simplicity, but is not recommended due to the inherent insecurity of a plaintext password. See Configuration for more options.

Command

And pass the path to the utility:

$ vmupdate --config "/path/to/config/vmupdate.yaml"