Skip to content

Commit 0325c94

Browse files
add --allow-insecure-connections option (#47875)
1 parent 4d3c945 commit 0325c94

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/core/tools/dotnet-nuget-push.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 02/14/2020
1515
## Synopsis
1616

1717
```dotnetcli
18-
dotnet nuget push [<ROOT>] [-d|--disable-buffering] [--force-english-output]
18+
dotnet nuget push [<ROOT>] [--allow-insecure-connections] [-d|--disable-buffering] [--force-english-output]
1919
[--interactive] [-k|--api-key <API_KEY>] [-n|--no-symbols]
2020
[--no-service-endpoint] [-s|--source <SOURCE>] [--skip-duplicate]
2121
[-sk|--symbol-api-key <API_KEY>] [-ss|--symbol-source <SOURCE>]
@@ -50,6 +50,10 @@ Alternatively, use the NuGet CLI for the first package, then you can use `dotnet
5050

5151
## Options
5252

53+
- **`--allow-insecure-connections`**
54+
55+
Allows pushing to HTTP sources (insecure).
56+
5357
- **`-d|--disable-buffering`**
5458

5559
Disables buffering when pushing to an HTTP(S) server to reduce memory usage.

0 commit comments

Comments
 (0)