Skip to content

Add support for "latest" versions #46

Description

@aheritier

With asdf 0.7.6 it is possible to use the latest keyword to install a tool and there is a new latest command to display the latest version available

https://asdf-vm.com/#/changelog?id=_076

Because the version is also used for the distribution using only the latest keyword could be strange but it could be useful with at least a distribution name and version prefix

  asdf install java latest # Not sure what it could do here...
  asdf install java latest:adopt-openjdk # installs latest Java version from adopt-openjdk
  asdf install java latest:adopt-openjdk-11 # installs latest Java 11.x version from adopt-openjdk
  asdf latest java # Not sure what it could do here...
  asdf latest java adopt-openjdk # displays latest Java version from adopt-openjdk
  asdf latest java adopt-openjdk-11 # displays latest Java 11.x version from adopt-openjdk

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions