-
Notifications
You must be signed in to change notification settings - Fork 780
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
Switch to the latest release of a version #1342
Comments
You can get the very latest with Unfortunately, there seems to be a bug where the filter expression |
The feature request for:
has already been discussed and declined numerous times. If |
The issue is more about better suppport for auto-switching between versions using .tool-versions file. With |
Yes, that scenario is specifically not supported. Given we have discussed this particular feature request numerous times before, I will close this Issue as we are explicitly not going to support this feature. |
Is your feature request related to a problem? Please describe
Is there a way to automatically switch to another runtime version using only the major version. Using NodeJs plugin, for example, running
asdf local nodejs 16
doesn't work butasdf local nodejs 16.17.0
.Describe the proposed solution
Implement
asdf local nodejs 16.x.x
orasdf local nodejs 16.x
as a command, then allow16.x
or16.3.x
in .tool-versionsDescribe similar
asdf
features and why they are not sufficientThe command
asdf local nodejs 16.17.0
will create .tool-versions file in the project repo withnodejs 16.17.0
in it, which does not take effect if the other team member clones the repo and have16.17.1
installed locally.Describe other workarounds you've considered
Force other team member to install the same version
The text was updated successfully, but these errors were encountered: