VSS Command Line Interface (vss-cli) v0.11.0🎉

VSS-CLI v0.11.0 is available for download via PyPI or GitLab. Latest version includes the following improvements and bug fixes:

New Features

compute vm get cr: get change requests by virtual machine. (#390)

Commands:

  • compute vm get cr --filter-by <filter> --sort <sort> ..

Get VM change requests by virtual machine:

vss-cli compute vm get vm-38096 cr -s created_on=desc -f attribute=name
   id  created_on                   status     vm_moref    vm_name           user.username    attribute    value[*]
-----  ---------------------------  ---------  ----------  ----------------  ---------------  -----------  --------------------
26727  2021-01-14 Thu 11:36:18 EST  PROCESSED  vm-12345    2101P-vss-n       jm               name         {'name': 'vss-n-1'}

core: add support for --output ndjson. (#390)

Commands:

  • --output ndjson

Add support for Newline delimited JSON (NDJSON).

vss-cli --output ndjson compute vm ls --filter-by name=demo

Improvements

compute vm set inform: take single comma-separated emails or multiple emails. (#389)

Take either a comma-separated single argument or multiple arguments:

vss-cli compute vm set vm-1234 inform email1@utoronto.ca,email2@utoronto.ca

# or

vss-cli compute vm set vm-1234 inform email1@utoronto.ca email2@utoronto.ca


core: minimum python version 3.7.0 (#395)

core: update pyvss from v0.17.1 to v0.17.2 (#391)

core: update tabulate from v0.8.7 to v0.8.9. (#392)

core: update dateparser from v0.7.6 to v1.0.0 (#393)

core: update validators from v0.18.1 to v0.18.2. (#397)

core: update Pygments from v2.7.1 to v2.8.0. (#398)

core: update ruamel.yaml from v0.16.12 to v0.16.13. (#399)

ci: pipeline release-dist jobs missing dependencies: rust and cargo. (#394)

Upgrade

Remember, VSS-CLI documentation is now available in VSS-CLI and the full Change Log is available here. Upgrade or install VSS-CLI as follows:

# using vss-cli
vss-cli upgrade 

# upgrade with pip
pip install vss-cli --upgrade

# install
pip install vss-cli 


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

University of Toronto - Since 1827