We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use sdk install <candidate> [version], I have to remember the name of each version. Can aliasing be supported?
sdk install <candidate> [version]
For example, I use sdk install java 8.0.412-zulu, I can set an alias(such as 8-zulu) for 8.0.412-zulu, later I can use this alias to set the version
sdk install java 8.0.412-zulu
8.0.412-zulu
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I use
sdk install <candidate> [version]
, I have to remember the name of each version. Can aliasing be supported?For example, I use
sdk install java 8.0.412-zulu
, I can set an alias(such as 8-zulu) for8.0.412-zulu
, later I can use this alias to set the versionThe text was updated successfully, but these errors were encountered: