asdf-vm/asdf

Add a reinstall command

Open

#244 opened on Oct 23, 2017

View on GitHub
 (9 comments) (17 reactions) (0 assignees)Go (881 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (23,759 stars)
PR merge metrics
 (Avg merge 3d 13h) (4 merged PRs in 30d)

Description

Sometimes, especially during development and troubleshooting, it would be nice to be able to reinstall a version in a similar manner to Homebrew. In its primitive form, it could be just uninstall and install chain, but take further, it could be done transactionally, too, i.e. a failure to install won't remove the previous instance.

Contributor guide