Back to Winget Cli

show Command

doc/windows/package-manager/winget/show.md

1.28.2403.1 KB
Original Source

show command (winget)

The show command of the winget tool displays details for the specified application, including details on the source of the application as well as the metadata associated with the application.

The show command only shows metadata that was submitted with the application. If the submitted application excludes some metadata, then the data will not be displayed.

Usage

winget show [[-q] <query>] [<options>]

The following command aliases are available:
view

Arguments

The following arguments are available.

ArgumentDescription
-q, --queryThe query used to search for an application.

Options

The following options are available.

OptionDescription
-m,--manifestThe path to the manifest of the application to install.
--idFilter results by ID.
--nameFilter results by name.
--monikerFilter results by application moniker.
-v,--versionUse the specified version. The default is the latest version.
-s,--sourceFind the application using the specified source.
-e,--exactFind the application using exact match.
--versionsShow available versions of the application.
--scopeSelect install scope (user or machine).
-a, --architectureSelect the architecture.
--installer-typeSelect the installer type.
--localeLocale to use (BCP47 format).
--headerOptional Windows-Package-Manager REST source HTTP header.
--accept-source-agreementsAccept all source agreements during source operations.
-?, --helpGets additional help on this command.
--waitPrompts the user to press any key before exiting.
--logs, --open-logsOpen the default logs location.
--verbose, --verbose-logsEnables verbose logging for winget.
--disable-interactivityDisable interactive prompts.

Multiple selections

If the query provided to winget does not result in a single application, then winget will display the results of the search. This will provide you with the additional data necessary to refine the search.

Results of show

If a single application is detected, the following data will be displayed.

Metadata

ValueDescription
VersionVersion of the application.
PublisherPublisher of the application.
MonikerAppMoniker of the application.
DescriptionDescription of the application.
HomepageHomepage of the application.
LicenseLicense of the application.
LicenseUrlThe URL to the license file of the application.

Installer details

ValueDescription
TypeThe type of installer.
Download UrlThe Url of the installer.
SHA256The Sha-256 of the installer.