Sdkman Cli

The SDKMAN! Command Line Interface
Alternatives To Sdkman Cli
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Sdkman Cli5,325
3 days ago128apache-2.0Gherkin
The SDKMAN! Command Line Interface
Fossa Cli1,11582 days ago163June 15, 202257mpl-2.0Haskell
Fast, portable and reliable dependency analysis for any codebase. Supports license & vulnerability scanning for large monoliths. Language-agnostic; integrates with 20+ build systems.
Android Basic Samples943
2 years ago69apache-2.0Java
Google Play game services - Android samples
Jreleaser78425 days ago18June 30, 202264apache-2.0Java
:rocket: Release projects quickly and easily with JReleaser
Gradle Test Logger Plugin717
3 months ago29apache-2.0Groovy
A Gradle plugin for printing beautiful logs on the console while running tests
Ofbiz687
3 years ago12apache-2.0Java
Apache OFBiz - Main development has moved to the ofbiz-frameworks repository.
Samples435
a year ago27bsd-3-clauseJava
JavaFX samples to run with different options and build tools
Seppuku272
8 days ago7gpl-3.0Java
Lightweight, dependency-free Minecraft 1.12.2 hack
Compose Report To Html212
12 days ago5May 23, 202213mitKotlin
A utility (Gradle Plugin + CLI) to convert Jetpack Compose compiler metrics and reports to beautified HTML page.
Turtle210
13 days ago6September 15, 20227apache-2.0Kotlin
Run shell commands from Kotlin scripts, apps or Gradle tasks with ease.
Alternatives To Sdkman Cli
Select To Compare


Alternative Project Comparisons
Readme

SDKMAN! CLI

The Software Development Kit Manager Command Line Interface

Backers on Open Collective Sponsors on Open Collective Slack

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.

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 8 or higher installed which can be obtained by running the following after installing SDKMAN:

$ sdk install java

Using Docker for tests

You can run the tests in a Docker container to guarantee a clean test environment.

$ docker build --tag=sdkman-cli/gradle .
$ docker run --rm -it sdkman-cli/gradle test

By running the following command, you don't need to wait for downloading Gradle wrapper and other dependencies. The test reports can be found under the local build directory.

$ docker run --rm -it -v $PWD:/usr/src/app -v $HOME/.gradle:/root/.gradle sdkman-cli/gradle test

Local Installation

To install SDKMAN locally running against your local server, run the following commands:

$ ./gradlew install
$ source ~/.sdkman/bin/sdkman-init.sh

Or run install locally with Production configuration:

$ ./gradlew -Penv=production install
$ source ~/.sdkman/bin/sdkman-init.sh

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Popular Command Line Projects
Popular Gradle Projects
Popular Command Line Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Command Line
Gradle
Kit
Cucumber
Gherkin