asdf/help.txt

38 lines
668 B
Plaintext
Raw Normal View History

MANAGE PLUGINS
2015-05-06 06:45:17 -07:00
asdf plugin-add <name> <git-url>
Add git repo as plugin
2015-05-06 06:45:17 -07:00
asdf plugin-remove <name>
Remove plugin and versions
2015-05-06 06:45:17 -07:00
asdf plugin-update <name>
Update plugin
2015-05-06 06:45:17 -07:00
asdf plugin-updatee --all
Update all plugins
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 --