VSS Command Line Interface (vss-cli) v2021.5.2🎉

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


Improvements

core: update click from v7.1.1 to v8.0.0 (#427)

completion: update to support click v8.0.0 (#428)

shell: formatting improvements (#429)

core: update click-repl to custom repo/branch to support completion in click 8 (#430)

The shell command requires click-repl and compatibility with click v8 is still pending pull request approval (see Pull Request #76). To use the shell command, please run the following command to install the click-repl version with the compatible code:

python3 -m pip install git+https://github.com/jm66/click-repl.git@click8#egg=click-repl --force-reinstall


core: update dataclases-json from v0.5.2 to v0.5.3. (#431)

core: update Pygments from v2.8.0 to v2.9.0 (#432)

core: update ruamel.yaml from v0.16.13 to v0.17.4. (#433)

core: update README with the latest info. (#434)

core: add git to base image. (#436)


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