VSS Command Line Interface v0.4.8

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

  • Improvements
    • vss compute vm get --help provides more short help

    • Docker base image has been updated to pyvss v0.9.5

    • Updated click-repl module to v0.1.5
  • Bug fixes
    • Fixed issue in use guide command.
    • Fixed issue dependency error when installing vsscli

Remember, VSSCLI documentation is now available in VSSCLI

Upgrade or install PyVSS as follows:

# using vsscli
vss upgrade

# upgrade with pip
pip install vsscli --upgrade

# install
pip install vsscli

Docker images available: uofteis/vsscli:py2 and uofteis/vsscli:py3:

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.

University of Toronto - Since 1827