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
wingetcreate update SmartSoft.SmartFTP --Version 10.0.2950.0 --Urls https://static.smartftp.com/static/Products/Client/10.0.2950.0/x64/SmartFTP.msi
Windows Package Manager Manifest Creator v1.0.3.0
Copyright (c) Microsoft Corporation. All rights reserved.
The manifest creation command line utility generates manifest for submitting
apps to the Windows Package Manager repo.
USAGE:
Search for an existing manifest and update the installer url and version:
wingetcreate.exe update --urls <InstallerUrl1> <InstallerUrl2> --version <Version>
<PackageIdentifier>
Save and publish updated manifest:
wingetcreate.exe update --out <OutputDirectory> --token <GitHubPersonalAccessToken> --version
<Version> <PackageIdentifier>
Override the architecture of an installer:
wingetcreate.exe update --urls <InstallerUrl1>|<InstallerArchitecture> --version <Version>
<PackageIdentifier>
-v, --version Version to be used when updating the package version field.
-o, --out Output directory where the newly created manifests will be saved
locally
-s, --submit Boolean value for submitting to the Windows Package Manager repo. If
true, updated manifest will be submitted directly using the provided
GitHub Token. Default is false.
-i, --interactive Boolean value for making the update command interactive. If true,
the tool will prompt the user for input. Default is false.
-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.
-u, --urls Installer Url(s) used to extract relevant metadata for generating a
manifest
PackageIdentifier (pos. 0) Required. Package identifier used to lookup the existing manifest on
the Windows Package Manager repo. Id is case-sensitive.
More help can be found at: https://aka.ms/winget-create
Privacy statement: https://aka.ms/privacy
Option 'Version' is unknown.
Option 'Urls' is unknown.
Environment
PS D:\Git\winget-pkgs> winget --info
Windows Package Manager (Preview) v1.3.431-preview
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.19043.1586
Package: Microsoft.DesktopAppInstaller v1.18.431.0
Logs: %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir
Links
---------------------------------------------------------------------------
Privacy Statement https://aka.ms/winget-privacy
License Agreement https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale
PS D:\Git\winget-pkgs> winget list wingetcreate
Name Id Version
-----------------------------------------------------------------------
Windows Package Manager Manifest Creator Microsoft.WingetCreate 1.0.3.0
PS D:\Git\winget-pkgs>
The text was updated successfully, but these errors were encountered:
Brief description of your issue
When using the switches
--Urls
and--Version
are not accepted, but--urls
and--version
areSteps to reproduce
Expected behavior
Manifest upgrades successfully
Actual behavior
Environment
The text was updated successfully, but these errors were encountered: