"Nuget install" currently takes a packages.config file or a package name that it looks up from the repo -Source _FOO_.
If I pass a uri or a path that ends in .nuspec it should just try to install that package. Dependencies should be resolved via -Source or the default repo if none is specified.
If I pass a uri or a path that ends in .nuspec it should just try to install that package. Dependencies should be resolved via -Source or the default repo if none is specified.