2015-05-06 06:45:17 -07:00
|
|
|
MANAGE SOURCES
|
|
|
|
|
|
|
|
asdf add-source <name> <git-url>
|
2015-05-07 22:58:55 -07:00
|
|
|
Add git repo as source for a package
|
2015-05-06 06:45:17 -07:00
|
|
|
|
|
|
|
asdf remove-source <name>
|
2015-05-07 22:58:55 -07:00
|
|
|
Remove package source and versions
|
2015-05-06 06:45:17 -07:00
|
|
|
|
|
|
|
asdf update-source <name>
|
2015-05-07 22:58:55 -07:00
|
|
|
Update package source
|
2015-05-06 06:45:17 -07:00
|
|
|
|
|
|
|
asdf update-source --all
|
2015-05-07 22:58:55 -07:00
|
|
|
Update sources for all packages
|
2015-05-06 06:45:17 -07:00
|
|
|
|
|
|
|
|
|
|
|
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 --
|