2015-05-07 23:01:20 -07:00
|
|
|
MANAGE PACKAGE SOURCES
|
2015-05-06 06:45:17 -07:00
|
|
|
|
2015-05-07 23:01:20 -07:00
|
|
|
asdf source-add <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
|
|
|
|
2015-05-07 23:01:20 -07:00
|
|
|
asdf source-remove <name>
|
2015-05-07 22:58:55 -07:00
|
|
|
Remove package source and versions
|
2015-05-06 06:45:17 -07:00
|
|
|
|
2015-05-07 23:01:20 -07:00
|
|
|
asdf source-update <name>
|
2015-05-07 22:58:55 -07:00
|
|
|
Update package source
|
2015-05-06 06:45:17 -07:00
|
|
|
|
2015-05-07 23:01:20 -07:00
|
|
|
asdf source-updatee --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>
|
2015-05-07 23:01:20 -07:00
|
|
|
Install a specific version of a package
|
2015-05-06 06:45:17 -07:00
|
|
|
|
2015-05-07 23:01:20 -07:00
|
|
|
asdf remove <name> <version>
|
|
|
|
Remove a specific version of a package
|
2015-05-06 06:45:17 -07:00
|
|
|
|
|
|
|
asdf list <name>
|
2015-05-07 23:01:20 -07:00
|
|
|
List installed versions of a package
|
2015-05-06 06:45:17 -07:00
|
|
|
|
|
|
|
asdf list-all <name>
|
2015-05-07 23:01:20 -07:00
|
|
|
List all versions of a package
|
2015-05-06 06:45:17 -07:00
|
|
|
|
|
|
|
|
|
|
|
UTILS
|
|
|
|
|
|
|
|
asdf reshim <name> <version>
|
2015-05-07 23:01:20 -07:00
|
|
|
Recreate shims for the specific version of a package
|
2015-05-06 06:45:17 -07:00
|
|
|
|
|
|
|
|
2015-05-07 23:01:20 -07:00
|
|
|
-- The end I promise --
|