# sdkman-cli **Repository Path**: Talbot3/sdkman-cli ## Basic Information - **Project Name**: sdkman-cli - **Description**: No description available - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-27 - **Last Updated**: 2024-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SDKMAN! CLI ### The Software Development Kit Manager Command Line Interface [![Backers on Open Collective](https://opencollective.com/sdkman/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/sdkman/sponsors/badge.svg)](#sponsors) [![Slack](https://slack.sdkman.io/badge.svg)](https://slack.sdkman.io) 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 the [SDKMAN! website](https://sdkman.io). ## NOTICE **We are rewriting all the commands for SDKMAN! in [Rust](https://www.rust-lang.org/) under a [new project](https://github.com/sdkman/sdkman-cli-native) that supplements this one. Only bug fixes to supporting code will be accepted 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 lightweight wrapper/launcher for the replacement Rust commands.** ## Installation 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. ## Running the Cucumber Features All SDKMAN's BDD tests describing the CLI behaviour are written in Cucumber and can be found under `src/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 ## Contributors This project exists thanks to all the people who contribute. ## Backers Thank you to all our backers! [[Become a backer](https://opencollective.com/sdkman#backer)] ## Sponsors Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/sdkman#sponsor)]