Is there a way to list all packages available through the NuGet command line interface.
When I use the following command:
Get-Package -Remote
In the package manager console, it only lists the first 100 packages.
Thank you
Eric
Get-Package -ListAvailable
or
Get-Package -ListAvailable -Filter NHibernate
We enabled server side paging on the odata feed which has a page limit of 100. We've fixed the client in the next version of NuGet to get all packages even with the server limit. More info here http://nuget.codeplex.com/workitem/510
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With