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

Add "outdated" and "update" commands #282

Closed
sdegutis opened this issue Sep 3, 2014 · 2 comments
Closed

Add "outdated" and "update" commands #282

sdegutis opened this issue Sep 3, 2014 · 2 comments

Comments

@sdegutis
Copy link

sdegutis commented Sep 3, 2014

  • "outdated" would show packages that have available updates.
  • "update" would update the package to its newest version.
hishamhm added a commit that referenced this issue Sep 10, 2014
A variation of the feature suggested in #282.
@hishamhm
Copy link
Member

Hi, I just added luarocks list --outdated.

Please check it out!

The luarocks.list module now has a check_outdated function. It is local for now (and its arguments are not designed to be nice for use from the outside world, but to integrate well with the various query styles of the luarocks list function), but a new public function could be made that returns a table with all outdated rocks, if you'd like to integrate that with your UI. Let me know how that sounds!

@sdegutis
Copy link
Author

Thanks!

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

No branches or pull requests

2 participants