VSS Command Line Interface v0.4.5

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

  • New Features
    • Manage User public keys (ssh-keys) from the API with vss key command:
      Usage: vss key [OPTIONS] COMMAND [ARGS]...
      
        Manage your SSH Public Keys.
      
      Options:
        --help  Show this message and exit.
      
      Commands:
        get  Display user key info.
        ls   List user SSH Public Keys.
        mk   Create SSH Public Key.
        rm   Delete SSH Public Key.
  • Bug fixes

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: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.

University of Toronto - Since 1827