I would like to get the list of versions of a package. What is the command line for this?
It would be also nice to search in versions, for example: all the versions that are higher or lower than a specific version.
You just need to add the --all
to the end of your request.
You can also add -v
for verbose output.
Choco list packagename --all