asdf/help.txt
Akash Manohar J 451fd9422f Fix typo
2015-05-17 20:23:56 +05:30

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 --