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

Package info #166

Closed
chevdor opened this issue Mar 11, 2015 · 11 comments
Closed

Package info #166

chevdor opened this issue Mar 11, 2015 · 11 comments

Comments

@chevdor
Copy link

chevdor commented Mar 11, 2015

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:

  • author
  • size
  • version
  • deps
  • wether there is a -pre version
  • release notes for all versions

Additionnally,
choco info <packageName> -version 1.2.3
would do the same but limit to the given version

@gep13
Copy link
Member

gep13 commented Mar 11, 2015

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.

@ferventcoder
Copy link
Member

Choco list pkgname -verbose

On Wednesday, March 11, 2015, Gary Ewan Park notifications@github.com
wrote:

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.


Reply to this email directly or view it on GitHub
#166 (comment).

Rob
"Be passionate in all you do"

http://devlicio.us/blogs/rob_reynolds
http://ferventcoder.com
http://twitter.com/ferventcoder

@ferventcoder
Copy link
Member

For all versions -all

On Wednesday, March 11, 2015, Gary Ewan Park notifications@github.com
wrote:

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.


Reply to this email directly or view it on GitHub
#166 (comment).

Rob
"Be passionate in all you do"

http://devlicio.us/blogs/rob_reynolds
http://ferventcoder.com
http://twitter.com/ferventcoder

@ferventcoder
Copy link
Member

And add -pre to also get those

On Wednesday, March 11, 2015, Rob Reynolds ferventcoder@gmail.com wrote:

For all versions -all

On Wednesday, March 11, 2015, Gary Ewan Park <notifications@github.com
javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

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.


Reply to this email directly or view it on GitHub
#166 (comment).

Rob
"Be passionate in all you do"

http://devlicio.us/blogs/rob_reynolds
http://ferventcoder.com
http://twitter.com/ferventcoder

Rob
"Be passionate in all you do"

http://devlicio.us/blogs/rob_reynolds
http://ferventcoder.com
http://twitter.com/ferventcoder

@gep13
Copy link
Member

gep13 commented Mar 12, 2015

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.

image

Do you think it is worth extending the output to include some of the other suggestions?

@ferventcoder
Copy link
Member

I think we need to match exactly on search and then add a fuzzy search in

@ferventcoder
Copy link
Member

Then we can put more information in the verbose

@ferventcoder
Copy link
Member

Deps would be good

@alexchandel
Copy link

👍 choco info foo should show info for a package. I'm used to brew info gcc, which works exactly as expected.

@ferventcoder ferventcoder added this to the 1.x milestone May 11, 2015
@TheCakeIsNaOH
Copy link
Member

@ferventcoder
Can this be closed? As far as I can tell, choco info has been added.

@vexx32
Copy link
Member

vexx32 commented Jul 19, 2021

This has been in the released versions of choco for some time now. Closing. The work was apparently tracked in #644.

@vexx32 vexx32 closed this as completed Jul 19, 2021
@gep13 gep13 removed this from the 1.x milestone Sep 7, 2021
@gep13 gep13 removed the 4 - Done label Sep 7, 2021
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

6 participants