broadinstitute / cromwell-tools

A collection of Python clients and accessory scripts for interacting with the Cromwell
https://cromwell-tools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
22 stars 9 forks source link

[Feature Request] New version detection #83

Open rexwangcc opened 5 years ago

rexwangcc commented 5 years ago

As a user, I'd like to get notified from the command line if there are new versions of cromwell-tools available, so I can update.

rexwangcc commented 5 years ago

A good example of this would be the pip: https://github.com/pypa/pip/blob/master/src/pip/_internal/utils/outdated.py

dinvlad commented 5 years ago

There's also an example in Google Cloud SDK