mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
38 lines
718 B
Plaintext
38 lines
718 B
Plaintext
MANAGE PACKAGE SOURCES
|
|
|
|
asdf source-add <name> <git-url>
|
|
Add git repo as source for a package
|
|
|
|
asdf source-remove <name>
|
|
Remove package source and versions
|
|
|
|
asdf source-update <name>
|
|
Update package source
|
|
|
|
asdf source-update --all
|
|
Update sources for all packages
|
|
|
|
|
|
MANAGE PACKAGES
|
|
|
|
asdf install <name> <version>
|
|
Install a specific version of a package
|
|
|
|
asdf remove <name> <version>
|
|
Remove a specific version of a package
|
|
|
|
asdf list <name>
|
|
List installed versions of a package
|
|
|
|
asdf list-all <name>
|
|
List all versions of a package
|
|
|
|
|
|
UTILS
|
|
|
|
asdf reshim <name> <version>
|
|
Recreate shims for the specific version of a package
|
|
|
|
|
|
-- The end I promise --
|