diff --git a/docs/core/tools/dotnet-nuget-push.md b/docs/core/tools/dotnet-nuget-push.md index 3405c8b0adbfe..f261e6f246b99 100644 --- a/docs/core/tools/dotnet-nuget-push.md +++ b/docs/core/tools/dotnet-nuget-push.md @@ -15,7 +15,7 @@ ms.date: 02/14/2020 ## Synopsis ```dotnetcli -dotnet nuget push [] [-d|--disable-buffering] [--force-english-output] +dotnet nuget push [] [--allow-insecure-connections] [-d|--disable-buffering] [--force-english-output] [--interactive] [-k|--api-key ] [-n|--no-symbols] [--no-service-endpoint] [-s|--source ] [--skip-duplicate] [-sk|--symbol-api-key ] [-ss|--symbol-source ] @@ -50,6 +50,10 @@ Alternatively, use the NuGet CLI for the first package, then you can use `dotnet ## Options +- **`--allow-insecure-connections`** + + Allows pushing to HTTP sources (insecure). + - **`-d|--disable-buffering`** Disables buffering when pushing to an HTTP(S) server to reduce memory usage.