You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's a really good idea! I thought about it when I was implementing lts aliases but because it was not urgent I didn't finish it.
I'm having little time to do it right now, but we are open to contributions if you want to have a stab at it.
I think what we need to do is create a command extension script file that calls for print_index_tab and grep for the lts passed as argument, similar to how we do it on install. I can help with any questions you have
Hey!
I saw LTS versions have been discussed already in #308 and there seems to be longer workaround in asdf-vm/asdf#1024.
But I see that this plugin currently adds few subcommands to asdf:
Could we add a subcommand which would resolve the current lts version into version number?
I'm running a daily github action that will create pull request to my
.tool-versions
file to newer version whenever that is available.Now without this alias I need to waste compute resources to install that nodejs into that github action before I can actually see what the version is.
If we would have a alias which would resolve the
lts
to the latest one then we wouldn't need to do that and the github action would be much faster 👍The text was updated successfully, but these errors were encountered: