Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 531 Bytes

update-package-versions-known-by-asdf-plugin.md

File metadata and controls

15 lines (11 loc) · 531 Bytes

Update Package Versions Known By asdf Plugin

When you run asdf list-all ruby, asdf will list all the package versions it knows about for that plugin. This list is based on when the plugin was most recently installed or updated. If it has been a while, there are likely new versions that asdf doesn't know about.

This list can be updated with the update-plugin command:

$ asdf update-plugin ruby

Now, the next time you run asdf list-all ruby, you'll have an up-to-date listing of available package versions.