Skip to content
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

Command to show which versions are available in the remote repo #573

Open
charlespierce opened this issue Oct 17, 2019 · 7 comments
Open

Comments

@charlespierce
Copy link
Contributor

Suggested in #569: A command, analogous to n ls-remote that will show which versions of a given tool are available in the remote repository. We can likely take a version parameter as well, and resolve all matches (up to some display limit), so that users can see what is available for a given version range:

@mo
Copy link

mo commented Nov 2, 2021

This feels like a pretty important feature to have, or is there a good workaround already that people are using?

@vansteki
Copy link

vansteki commented Dec 13, 2021

This feels like a pretty important feature to have, or is there a good workaround already that people are using?

I use npx n lsr or npx n lsr engine. 😅

@jsejcksn
Copy link
Contributor

For Node, at least, It looks like the JSON versions index is already being cached to $VOLTA_HOME/cache/node/index.json. Is this cache only updated when a version of node is requested to be fetched and that version doesn't exist in the cache?

@MauMuller
Copy link

It's obvious, but, we already have public api's how:

https://api.github.com/repos/npm/cli/tags
https://api.github.com/repos/npm/cli/releases
https://registry.npmjs.org/npm

Maybe could be used for remote versions for tools.
(i really dont know if the problem is where finding, but it's an idea)

@tecsoc
Copy link

tecsoc commented Nov 5, 2023

I want it too.

@ngdangtu-vn
Copy link

It has been here since 2019. We should have this feature available right in the corner right? Any moment now right? right guys? ** sb insert meme here please **

@zvictor
Copy link

zvictor commented Jul 13, 2024

It has been here since 2019. We should have this feature available right in the corner right? Any moment now right? right guys?

Please push a PR for it, @ngdangtu-vn . Otherwise, don't be piggish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants