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
Copy file name to clipboardExpand all lines: doc/new.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ The following arguments are available:
27
27
| Argument | Description |
28
28
|--------------|-------------|
29
29
|**-o,--out**| The output directory where the newly created manifests will be saved locally |
30
+
|**--allow-unsecure-downloads**| Allow unsecure downloads (HTTP) for this operation. |
30
31
|**-f,--format**| Output format of the manifest. Default is "yaml". |
31
32
|**-t,--token**| GitHub personal access token used for direct submission to the Windows Package Manager repo. <br/>⚠️ _Using this argument may result in the token being logged. Consider an alternative approach https://aka.ms/winget-create-token._|
32
33
|**-?, --help**| Gets additional help on this command |
Copy file name to clipboardExpand all lines: doc/update.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,7 @@ The following arguments are available:
119
119
|**-r, --replace**| Boolean value for replacing an existing manifest from the Windows Package Manager repo. Optionally provide a version or else the latest version will be replaced. Default is false. |
120
120
|**-i, --interactive**| Boolean value for making the update command interactive. If true, the tool will prompt the user for input. Default is false. |
121
121
|**-f,--format**| Output format of the manifest. Default is "yaml". |
122
+
|**--allow-unsecure-downloads**| Allow unsecure downloads (HTTP) for this operation. |
122
123
|**-t, --token**| GitHub personal access token used for direct submission to the Windows Package Manager repo. If no token is provided, tool will prompt for GitHub login credentials. <br/>⚠️ _Using this argument may result in the token being logged. Consider an alternative approach https://aka.ms/winget-create-token._|
123
124
|**-?, --help**| Gets additional help on this command. |
0 commit comments