sdkman / sdkman-cli

The SDKMAN! Command Line Interface
https://sdkman.io
Apache License 2.0
5.99k stars 628 forks source link

Install Specific Version of sdkman #591

Open andytime opened 7 years ago

andytime commented 7 years ago

Hi, is it possible to always install a specific version of sdkman. We use it during automated builds and when dependencies are added we have to go update the environments.

e.g. curl -s "https://get.sdkman.io/version/x.x.x" | bash

marc0der commented 6 years ago

This is currently not supported, but if we have enough requests for this we could incorporate this. The only downside is that older versions will not necessarily be compatible with our APIs.

dcurrytca commented 6 years ago

We have the same need. Being able to tightly control the build-time platform is essential for reliable automation.

paul-thompson-helix commented 3 years ago

I want to install the version from https://github.com/sdkman/sdkman-cli/releases/download/latest/sdkman-cli-latest+e557c9a.zip

MIJOTHY commented 1 year ago

This would be useful for us too.