1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add Update Package Versions Known By asdf Plugin as a unix til

This commit is contained in:
jbranchaud
2021-01-02 14:00:24 -06:00
parent faaeea22ab
commit e06e35ab4b
2 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
# 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:
```bash
$ 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.