asdf Command Examples

Command-line interface for managing versions of different packages. More information: https://asdf-vm.com.

asdf plugin list all

asdf plugin add {{name}}

asdf list all {{name}}

asdf install {{name}} {{version}}

asdf global {{name}} {{version}}

asdf local {{name}} {{version}}