VSS Command Line Interface v0.3.3

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

  • New features
    • Customize email notification from the API with vss account set notification

      Usage: vss account set notification [OPTIONS]
      
        Customize email notification settings
      
      Options:
        -a, --all         Enable all email notification
        -n, --none        Disable all email notification
        -e, --error       Enable error notification only
        -s, --submission  Enable submission emails
        -c, --completion  Enable completion emails
        -d, --digest      Enable digest emails
        --help            Show this message and exit.
      
      

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.