2019-05-21 15:46:56 +02:00
|
|
|
# asdf
|
|
|
|
|
2021-05-20 16:13:41 -04:00
|
|
|
> Command-line interface for managing versions of different packages.
|
2019-06-03 02:06:36 +02:00
|
|
|
> More information: <https://asdf-vm.com>.
|
2019-05-21 15:46:56 +02:00
|
|
|
|
|
|
|
- List all available plugins:
|
|
|
|
|
2022-09-10 23:30:36 -04:00
|
|
|
`asdf plugin list all`
|
2019-05-21 15:46:56 +02:00
|
|
|
|
|
|
|
- Install a plugin:
|
|
|
|
|
2022-09-10 23:30:36 -04:00
|
|
|
`asdf plugin add {{name}}`
|
2019-05-21 15:46:56 +02:00
|
|
|
|
|
|
|
- List all available versions for a package:
|
|
|
|
|
2022-09-10 23:30:36 -04:00
|
|
|
`asdf list all {{name}}`
|
2019-05-21 15:46:56 +02:00
|
|
|
|
|
|
|
- Install a specific version of a package:
|
|
|
|
|
|
|
|
`asdf install {{name}} {{version}}`
|
|
|
|
|
|
|
|
- Set global version for a package:
|
|
|
|
|
|
|
|
`asdf global {{name}} {{version}}`
|
|
|
|
|
|
|
|
- Set local version for a package:
|
|
|
|
|
|
|
|
`asdf local {{name}} {{version}}`
|