mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
36 lines
384 B
Plaintext
36 lines
384 B
Plaintext
|
-- Usage --
|
||
|
|
||
|
MANAGE SOURCES
|
||
|
|
||
|
asdf add-source <name> <git-url>
|
||
|
|
||
|
asdf remove-source <name>
|
||
|
|
||
|
asdf update-source <name>
|
||
|
|
||
|
asdf update-source --all
|
||
|
|
||
|
|
||
|
MANAGE PACKAGES
|
||
|
|
||
|
asdf install <name> <version>
|
||
|
asdf remove <name> <version>
|
||
|
|
||
|
|
||
|
LIST INSTALLED VERSIONS
|
||
|
|
||
|
asdf list <name>
|
||
|
|
||
|
|
||
|
LIST ALL VERSIONS
|
||
|
|
||
|
asdf list-all <name>
|
||
|
|
||
|
|
||
|
UTILS
|
||
|
|
||
|
asdf reshim <name> <version>
|
||
|
|
||
|
|
||
|
-- end I promise --
|