-
Notifications
You must be signed in to change notification settings - Fork 904
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
Package info #166
Comments
No, not currently from the command line. You can get all of this information from the oData feed, but I agree, this could be a good helper function added into chocolatey. |
Choco list pkgname -verbose On Wednesday, March 11, 2015, Gary Ewan Park notifications@github.com
Rob http://devlicio.us/blogs/rob_reynolds |
For all versions -all On Wednesday, March 11, 2015, Gary Ewan Park notifications@github.com
Rob http://devlicio.us/blogs/rob_reynolds |
And add -pre to also get those On Wednesday, March 11, 2015, Rob Reynolds ferventcoder@gmail.com wrote:
Rob http://devlicio.us/blogs/rob_reynolds |
Damnit, I still have lots to learn/remember about what Chocolatey vNext can do :-) So looking at this command output, I can get some of what @chevdor asked for, i.e. Do you think it is worth extending the output to include some of the other suggestions? |
I think we need to match exactly on search and then add a fuzzy search in |
Then we can put more information in the verbose |
Deps would be good |
👍 |
@ferventcoder |
This has been in the released versions of choco for some time now. Closing. The work was apparently tracked in #644. |
Unless I missed an option, there is no way to get the infos of a package from the command line.
It would be a nice feature to be able to use:
choco info <packageName>
to get a little summary of the package:
Additionnally,
choco info <packageName> -version 1.2.3
would do the same but limit to the given version
The text was updated successfully, but these errors were encountered: