Forrest logo
back to the asdf tool

asdf:tldr:571b5

asdf: List all available versions for a package.
$ asdf list all ${name}
try on your machine

The command "asdf list all ${name}" utilizes the tool "asdf" to list all the available versions or plugins associated with a specific language or software tool designated by "${name}".

Here, "${name}" is a placeholder for the actual name of the language or software tool you wish to list. For example, if you want to list all available versions of Python using asdf, you would execute the command "asdf list all python". The "${name}" should be replaced with the appropriate language or software tool name in order to get accurate results.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the asdf tool