NuGet / Home

Repo for NuGet Client issues
Other
1.5k stars 252 forks source link

dotnet nuget push *.nupkg --config-file switch appears to be missing. nuget.exe push has it. #7272

Open karann-msft opened 6 years ago

karann-msft commented 6 years ago

on dotnet docs - https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-push?tabs=netcore21

customer reported the following issue - https://github.com/dotnet/docs/issues/6729

In documented examples, --config-file is provided as a way to specify a custom config file. However, this switch is not part of the synopsis, and gives an error if used

karann-msft commented 6 years ago

tagging the op - @ianwalkeruk

mairaw commented 6 years ago

Once this is fixed, please let us know, so we can add the example back to the docs.

rrelyea commented 5 years ago

From dotnet nuget push -h
Config isn't a valid switch. nuget push does have config as a valid switch. I'm assuming we should add it to dotnet nuget push, then doc it.