
asdf
List of commands for asdf:
-
asdf:tldr:2eb9a asdf: List all available plugins.$ asdf plugin list alltry on your machineexplain this command
-
asdf:tldr:3dc70 asdf: Set global version for a package.$ asdf global ${name} ${version}try on your machineexplain this command
-
asdf:tldr:571b5 asdf: List all available versions for a package.$ asdf list all ${name}try on your machineexplain this command
-
asdf:tldr:85ac7 asdf: Install a specific version of a package.$ asdf install ${name} ${version}try on your machineexplain this command
-
asdf:tldr:b7c5d asdf: Install a plugin.$ asdf plugin add ${name}try on your machineexplain this command
-
asdf:tldr:cd920 asdf: Set local version for a package.$ asdf local ${name} ${version}try on your machineexplain this command