Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/core/tools/dotnet-nuget-push.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ms.date: 02/14/2020
## Synopsis

```dotnetcli
dotnet nuget push [<ROOT>] [-d|--disable-buffering] [--force-english-output]
dotnet nuget push [<ROOT>] [--allow-insecure-connections] [-d|--disable-buffering] [--force-english-output]
[--interactive] [-k|--api-key <API_KEY>] [-n|--no-symbols]
[--no-service-endpoint] [-s|--source <SOURCE>] [--skip-duplicate]
[-sk|--symbol-api-key <API_KEY>] [-ss|--symbol-source <SOURCE>]
Expand Down Expand Up @@ -50,6 +50,9 @@ 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.
Expand Down