-
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
Add a choco info
command to show info for one package
#644
Comments
I'm assuming it would be similar to: Is this for locally installed applications or just in general? |
In general. The thing is even |
I would love this too as it is more discoverable by those using our internal repositories which may not have the greatest web gallery support or we may not wish to expose a web gallery at all. |
Agreed. Choco info - synonymous with |
Related to #453 |
👍 for |
I'd love it to have some output similar to
|
So it's not going to be exactly like brew info, but it will provide similar information as you can get with choco search name --exact --detailed. |
I don't know if I want search, for instance one of the key pieces of data that I want with |
Rob - this is exactly what I was asking for. Looks like brew outputs the log snippet for a given package if it's already installed? Apologies if I inadvertently hijacked this issue :( |
@drusellers That probably wouldn't be |
@alexchandel ah, that is cool too! Issue opened. :) |
Add an info command that is shorthand for choco search packageName --exact --verbose.
* stable: (chocolateyGH-501) allow shutting off sign when no network (chocolateyGH-448) Add Output Directory for choco new (maint) assume xml file is utf8 (maint) formatting (chocolateyGH-258) Switch for only using silent args provided (chocolateyGH-682) Add summary log file (chocolateyGH-644) Add info command (chocolateyGH-646) Add detail/detailed for search/list (maint) template share location should be appropriate (build) add a run.codesign switch
For the life of me, I cannot ever remember how to show info for a package with
choco
. We should add aninfo
command, analogous tobrew info
, to show info for one package. If we're worried about people relying on it in their tools, we can explicitly mark it as "manual-only" or "user-only" or "forever unstable" or something. But it would be so useful.The text was updated successfully, but these errors were encountered: