sensein / etelemetry-client

Etelemetry client
Other
3 stars 9 forks source link

consider readme or cli #12

Open satra opened 4 years ago

satra commented 4 years ago

sometimes it may be useful to embed the check functionality as a cli tool or as a set of CURL commands, so that ET can be embedded into containers as well.

yarikoptic commented 4 years ago

+1 on this, in particular for CLI. Wanted to use it within a shell script, checking version according to github releases.

satra commented 4 years ago

current worst case scenario, you could do this:

python -c "import etelemetry as et; et.check_available_version('nipy/nipype', '1.2.1')"

yarikoptic commented 4 years ago

indeed! to say the truth I forgot the obvious answer ;-) for me it should be enough for now