-
Notifications
You must be signed in to change notification settings - Fork 903
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 command to list outdated packages. #170
Comments
|
I'd say just because you can do it through a |
On a related note, striving for command similarity between choco and something as ancient and cantankerous as apt-get, aptitude, or yum is a recipe for bad design. There are plenty of modern package managers like Homebrew and Nix that have learned from history and have much better UIs as a result. |
Homebrew isn't exactly intuitive when you want to install a specific version. So there's that. ;) |
I don't mind adding an alias called outdated. :) |
Opening up for the community. |
:P yeah, old versions of formulae, |
would be nicer to only list the outdated instead of giving you the status of all your packages. i don't want to know whats up to date, i want to know whats not. or is this a different issue? |
That's fair, and what i started with on the limited output, but it turned out that automation tools needed to know the current state as well so they needed the information. |
from a users point of view i don't care if this checks all the packages for their state. why not just hide the unnecessary output? |
I'm interested in the command line utility, not a GUI. I suppose it makes sense that |
Yes, I understand that, I was simply putting this option out there as an alternative, in the interim. |
This adds the outdated command, similar to `brew outdated`.
* stable: (27 commits) (maint) formatting (GH-170) Add outdated command (maint) move magic string to constants (maint) Command specs for new options (maint) harden removing install files (GH-121) backup changed files (GH-121) IFilesService capture files by directory (GH-121) Remove package checksum (maint) renaming results to appropriate singular (GH-121) Remove empty directories / scenarios (maint) comment (maint) prefix "[NuGet]" on Nuget logger (GH-121) Remove unchanged files on uninstall (GH-121) Specs and Files Service hardening (GH-121) Capture file hashes (GH-121) specs for Md5HashProvider (GH-121) Add hash provider (GH-121) IFileSystem.read_file_bytes (GH-121) PkgInfoService files service interaction (GH-121) Add files service ...
This was added in 6b04611 and will be released in 0.9.9.6. Thanks! |
The ubiquitous OS X package manager Homebrew has
brew outdated
, which works exactly as expected.The text was updated successfully, but these errors were encountered: