-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for upgrading outdated versions #343
Comments
I'm open to contributions for this command, but I'm not sure when it would be used. asdf should work fine even when installed versions are no longer available via the plugin. And right now this functionality could be achieved with a simple shell script. All you'd need to do is capture the output of This also doesn't depend on #240. |
@Stratus3D - Do you think there's a difference in |
In that case I think this goes along with #352. We don't want asdf to have to be concerned with versioning schemes. See my comment on that issue for the reasons why: #352 (comment). If this is functionality that's needed it will need to be handled by the plugin, since it's the plugin's responsibility to deal with comparison and manipulation of tool versions. |
Thanks @Stratus3D - yes, i think #352 is very close to what I was thinking. I'll close this ticket. |
This is more of a feature request. If/when issue #240 is completed, we can add support for querying the
list-all
functionality for that plugin, and then compare with the versions of the language that is currently installed/applicable in the current folder. This can be exposed viaasdf outdated [plugin-name]
.The text was updated successfully, but these errors were encountered: