SwissDataScienceCenter / renku-python

A Python library for the Renku collaborative data science platform.
https://renku-python.readthedocs.io/
Apache License 2.0
37 stars 29 forks source link

Display `renku` in CLI version info #559

Closed cchoirat closed 3 years ago

cchoirat commented 5 years ago

To match the behavior of git and git lfs image could we display

$ renku --version
renku 0.5.0

instead of

$ renku --version
0.5.0

?

jsam commented 5 years ago

Since we are not using versioning suits, what value do we get with just adding 'renku' string as a prefix?

One thing which we could think about, which would possibly be useful is adding release tags or commit hash as a suit. But since most people are installing from PyPI (where that version tag is published), it's not that difficult to figure that out.