Description
Is your feature request related to a problem? Please describe.
When you install the JFrog CLI using the shell script, it always downloads the latest version. Sometimes there are reasons to download a previous version, the installation documentation does not cover this scenario.
You may have seen file named .tool-versions
in the root of some repositories found out in the wild.
This is the config file for CLI tool version manager asdf. Please refer to the official site to learn more.
Essentially, it is used to manage the version of a certain tool you are using in a project (or globally). This is useful to, as you probably gathered, keep all users tool versions in sync across various platforms and toolchains.
Describe the solution you'd like to see
Currently, jfrog-cli is supported in the asdf official plugin repository but it is being supported by a non-JFrog source/maintainer so would it make sense to use the existing solution, maybe work with the original developer of the asdf jfrog-cli plugin to adopt it officially.
Describe alternatives you've considered
New JFrog Official asdf plugin.
Use Homebrew with a Brewfile
see: homebrew bundle instead. Does not work on Windows (native).
Additional context
🐸