You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1161,6 +1162,10 @@ var flagsMap = map[string]cli.Flag{
1161
1162
Name: nugetV2,
1162
1163
Usage: "[Default: false] Set to true if you'd like to use the NuGet V2 protocol when restoring packages from Artifactory.` `",
1163
1164
},
1165
+
allowInsecureConnections: cli.BoolFlag{
1166
+
Name: allowInsecureConnections,
1167
+
Usage: "[Default: false] Set to true if you wish to configure NuGet sources with unsecured connections. This is recommended for testing purposes only. ` `",
1168
+
},
1164
1169
noFallback: cli.BoolTFlag{
1165
1170
Name: noFallback,
1166
1171
Usage: "[Default: false] Set to true to avoid downloading packages from the VCS, if they are missing in Artifactory.` `",
@@ -1882,7 +1887,7 @@ var commandFlags = map[string][]string{
0 commit comments