ZupIT / ritchie-cli

Ritchie CLI is an open-source tool that allows to create, store and share any kind of automation, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡
https://docs.ritchiecli.io
Apache License 2.0
559 stars 104 forks source link

[Suggestion] Ritchie on SDKMAN cli #1008

Open GuillaumeFalourd opened 3 years ago

GuillaumeFalourd commented 3 years ago

What would you like to be added:

Ritchie support on SDKMAN.

SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. It provides a convenient Command Line Interface (CLI) and API for installing, switching, removing and listing Candidates.

Why is this needed:

Some of Ritchie users are using sdkman to manage their software versions, and it could be useful to support Ritchie with it.

yanBrandao commented 2 years ago

Hello Ritchie folks! What do you means with Ritchie support on SDKMAN!? Today sdkman already have an CLI to manage software versions, this suggestion is to create formulas to include sdk into rit, for example:

rit sdk install *software*

or to manage rit versions with sdkman.

@GuillaumeFalourd can you explain better?

GuillaumeFalourd commented 2 years ago

Sorry for the delay @yanBrandao 😨

This idea would be to do 2 things: The first would be to use SDKMAN through Ritchie (as your example displayed), and the second to use SDKMAN to manage Ritchie CLI binaries as well.