Skip to content
xavierdecoster edited this page Mar 16, 2013 · 5 revisions

NuGet Feed Discovery Clients

NuGet CommandLine Extension

Installation

The following one-liner run from a command prompt will install the extension and make it available anywhere you run nuget.exe on your machine.

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('http://bit.ly/NFD-ext-draft-install'))"

Usage

The screenshot below shows you how the new discover command allows you to find a set of NuGet feeds on a given NFD endpoint, and adds them to your NuGet.config file as package sources.

Usage

Clone this wiki locally