mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Add Update asdf Plugins With Latest Package Versions as a workflow til
This commit is contained in:
17
workflow/update-asdf-plugins-with-latest-package-versions.md
Normal file
17
workflow/update-asdf-plugins-with-latest-package-versions.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Update asdf Plugins With Latest Package Versions
|
||||
|
||||
If you've been using [`asdf`](https://github.com/asdf-vm/asdf) for a while,
|
||||
then the various plugins you are using may be a bit out of date. That means
|
||||
that they won't have information about the latest versions of their respective
|
||||
technologies.
|
||||
|
||||
You can update all of them at once with the `--all` flag:
|
||||
|
||||
```bash
|
||||
$ asdf plugin update --all
|
||||
```
|
||||
|
||||
This will grab all the latest package version information for each `asdf`
|
||||
plugin you have installed.
|
||||
|
||||
See `asdf help` for more details.
|
||||
Reference in New Issue
Block a user