Allow plugin url in .tool-versions
Is your feature request related to a problem? Please describe
If a asdf plugin is broken due to a changed tool URL, while a fix PR is pending on the original archive I often fork and fix the issue in my own issue. While using my own fixed asdf plugin, I have to manually install this plugin, which is awkward for my CI system.
Describe the proposed solution
I would like to see the option of specifying a plugin URL in the .tool-versions file that can be used to override the URL of a particular plugin in the plugin repository. An "adsf plugin-add
Describe similar asdf features and why they are not sufficient
Manually scripting a asdf plugin add, which is a different workflow when adding a default asdf plugin
Describe other workarounds you've considered
Manually specifying every plugin URL rather then take advantage of the URLs in the
Are there any plan to implement this?
I would imagine this would be solved while solving https://github.com/asdf-vm/asdf/issues/166
Which is something we want to tackle, but a very breaking change, and one we haven't got to yet.