Skip to content

Commit defa273

Browse files
add --allow-insecure-connections option
Fixes: NuGet/Home#14460 according to NuGet/NuGet.Client#6666
1 parent 4d3c945 commit defa273

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dotnet nuget push [<ROOT>] [-d|--disable-buffering] [--force-english-output]
2020
[--no-service-endpoint] [-s|--source <SOURCE>] [--skip-duplicate]
2121
[-sk|--symbol-api-key <API_KEY>] [-ss|--symbol-source <SOURCE>]
2222
[-t|--timeout <TIMEOUT>]
23-
[--configfile <FILE>]
23+
[--configfile <FILE>][--allow-insecure-connections]
2424
2525
dotnet nuget push -h|--help
2626
```
@@ -50,6 +50,9 @@ Alternatively, use the NuGet CLI for the first package, then you can use `dotnet
5050

5151
## Options
5252

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

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

0 commit comments

Comments
 (0)