2025-03-14 21:59:59 -06:00
|
|
|
# asdf
|
|
|
|
|
|
|
|
|
|
> Command-line interface for managing versions of different packages.
|
2025-04-03 20:36:56 -06:00
|
|
|
> More information: <https://asdf-vm.com/manage/commands.html>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List all available plugins:
|
|
|
|
|
|
|
|
|
|
`asdf plugin list all`
|
|
|
|
|
|
|
|
|
|
- Install a plugin:
|
|
|
|
|
|
|
|
|
|
`asdf plugin add {{name}}`
|
|
|
|
|
|
|
|
|
|
- List all available versions for a package:
|
|
|
|
|
|
|
|
|
|
`asdf list all {{name}}`
|
|
|
|
|
|
|
|
|
|
- Install a specific version of a package:
|
|
|
|
|
|
|
|
|
|
`asdf install {{name}} {{version}}`
|
|
|
|
|
|
|
|
|
|
- Set global version for a package:
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`asdf set -u {{name}} {{version}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Set local version for a package:
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`asdf set {{name}} {{version}}`
|
|
|
|
|
|
|
|
|
|
- See the current version used for a package:
|
|
|
|
|
|
|
|
|
|
`asdf current {{name}}`
|