VSS Command Line Interface v0.2.3

VSSCLI v0.2.3 is available for download via PyPI or GitLab. Latest version includes the following new features and bug fixes:

New Features

  •  Retry a failed VM change request with Error Processed status:

    vss request change retry <request-id>
  •  Retry a failed VM change request with Error Processed status:

    vss request new retry <request-id>

Bug Fixes

  • Listing public VM images works as expected now:

    vss compute image public ls

Remember, VSSCLI documentation is now available in EIS - VSS - VSSCLI

Upgrade or install PyVSS as follows:

# upgrade
pip install vsscli --upgrade

# install
pip install vsscli

Docker images available: uofteis/vsscli:py27:

docker run -it -v /tmp:/data \
-e VSS_API_USER=user_here -e VSS_API_USER_PASS=user_pass_here \
-e VSS_DEFAULT_OUTPUT=json \
uofteis/vsscli bash

For more information, please refer to the official documentation site.