VSS Command Line Interface v0.4.2
VSSCLI v0.4.2 is available for download via PyPI or GitLab. Latest version includes the following improvements and bug fixes:
New Features
Remove logical folders with vss compute folder rm <moref> but folder has to be empty.
Improvements
Deploying virtual machines from-clone from-template from-file from-image from-spec validates domain and networks.
Bug fixes
Fixed error when executing vss compute domain get and vss compute domain get <moref> vms.
Fixed error when executing vss compute net get and vss compute domain net <moref> vms.
Remember, VSSCLI documentation is now available in VSSCLI
Upgrade or install PyVSS as follows:
# from version 0.2.5 you can run
vss upgrade
# upgrade with pip
pip install vsscli --upgrade
# install
pip install vsscli
Docker images available: uofteis/vsscli:py27 and uofteis/vsscli:py36:
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.
Related content
University of Toronto - Since 1827