- Notifications
You must be signed in to change notification settings - Fork635
The SDKMAN! Command Line Interface
License
sdkman/sdkman-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SDKMAN is a tool for managing parallel Versions of multiple Software Development Kits on any Unix-based system. It provides a convenient command-line interface for installing, switching, removing, and listing Candidates.
See documentation on theSDKMAN! website.
We are rewriting all the commands for SDKMAN! inRust under anew project that supplements this one. Only bug fixes to supporting code will beaccepted in this project. As a result, no further enhancements will be accepted on the commands in this project, and the commands here will be phased out in due course. This project will eventually form a lightweightwrapper/launcher for the replacement Rust commands.
Open your favourite terminal and enter the following:
$ curl -s https://get.sdkman.io | bash
If the environment needs tweaking for SDKMAN to be installed, the installer will prompt you accordingly and ask you to restart.
All SDKMAN's BDD tests describing the CLI behaviour are written in Cucumber and can be found undersrc/test/resources/features
. These can be run with Gradle by running the following command:
$ ./gradlew test
To perform development, you will need to have a JDK 11 installed which can be obtained by running the following after installing SDKMAN:
$ sdk env install
This project exists thanks to all the people who contribute.
Thank you to all our backers! [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
About
The SDKMAN! Command Line Interface