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>]

show command

Arguments

The following arguments are available.

ArgumentDescription
-q,–queryThe query used to search for an application.
-?, –helpGets additional help on this command.

 Note

The query argument is positional. Wild-card style syntax is not supported. This is most often the string of characters you expect to help find the package you are searching for.

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.
–headerOptional Windows-Package-Manager REST source HTTP header.
–accept-source-agreementsUsed to accept the source license agreement, and avoid the prompt.
–verbose-logsUsed to override the logging setting and create a verbose log.
Scroll to top