It would be nice if there was a flag to list the available versions of ES, perhaps using an npm-style matching pattern as well. Something like: ``` $ esvm -l -> list of all available versions $ esvm -l 1.x -> list of all 1.x versions ``` It's possible it could just query github tags, as they should map to available tar packages.
It would be nice if there was a flag to list the available versions of ES, perhaps using an npm-style matching pattern as well. Something like:
It's possible it could just query github tags, as they should map to available tar packages.