Skip to content

Commit a6c8a90

Browse files
denelonmattwojo
andauthored
Update Show (MicrosoftDocs#5553)
* Update Show * Update image format * Fix duplicate --------- Co-authored-by: Matt Wojciakowski <[email protected]>
1 parent 5a4c9f3 commit a6c8a90

File tree

2 files changed

+28
-20
lines changed

2 files changed

+28
-20
lines changed
27.7 KB
Loading

hub/package-manager/winget/show.md

Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
title: show Command
33
description: Displays details for the specified application, including details on the source of the application as well as the metadata associated with the application.
4-
ms.date: 07/11/2024
4+
ms.date: 07/08/2025
55
ms.topic: overview
6-
ms.localizationpriority: medium
76
---
87

98
# show command (winget)
109

11-
The **show** command of the [winget](index.md) tool displays details for the specified application, including details on the source of the application as well as the metadata associated with the application.
10+
The **show** command of [WinGet](index.md) displays details for the specified application, including its source and associated metadata.
1211

13-
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.
12+
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. The installer information presented in the **show** command is based on the arguments provided and decisions made by WinGet for the current device.
1413

1514
## Aliases
1615

@@ -22,7 +21,7 @@ The following aliases are available for this command:
2221

2322
`winget show [[-q] <query>] [<options>]`
2423

25-
![show command](./images/show.png)
24+
:::image type="content" source="./images/show.png" alt-text="Screenshot listing winget show vscode command result with the Visual Studio Code icon." lightbox="./images/show.png":::
2625

2726
## Arguments
2827

@@ -42,15 +41,15 @@ The following options are available.
4241
| Option | Description |
4342
|--------------|-------------|
4443
| **-m,--manifest** | The path to the manifest of the application to show. |
45-
| **--id** | Filter results by ID. |
46-
| **--name** | Filter results by name. |
47-
| **--moniker** | Filter results by application moniker. |
48-
| **-v,--version** | Use the specified version. The default is the latest version. |
49-
| **-s,--source** | Find the application using the specified [source](source.md). |
50-
| **-e,--exact** | Find the application using exact match. |
51-
| **--scope** | Select install scope (user or machine). |
52-
| **-a,--architecture** | Select the architecture to show. |
53-
| **--installer-type** | Select the installer type to show. See [supported installer types for WinGet client](./index.md#supported-installer-formats). |
44+
| **--id** | Filter results by ID. |
45+
| **--name** | Filter results by name. |
46+
| **--moniker** | Filter results by application moniker. |
47+
| **-v,--version** | Use the specified version. The default is the latest version. |
48+
| **-s,--source** | Find the application using the specified [source](source.md). |
49+
| **-e,--exact** | Find the application using exact match. |
50+
| **--scope** | Select install scope (user or machine). |
51+
| **-a,--architecture** | Select the architecture to show. |
52+
| **--installer-type** | Select the installer type to show. See [supported installer types for WinGet client](./index.md#supported-installer-formats). |
5453
| **--locale** | Locale to use (BCP47 format). |
5554
| **--versions** | Show available versions of the application. |
5655
| **--header** | Optional Windows-Package-Manager REST source HTTP header. |
@@ -78,21 +77,30 @@ If a single application is detected, the following data will be displayed.
7877

7978
| Value | Description |
8079
|--------------|-------------|
80+
| **Name** | Name of the application. |
81+
| **Id** | Package identifier. |
82+
| **Icon** | Package icon (if sixels is enabled in your terminal) |
8183
| **Version** | Version of the application. |
8284
| **Publisher** | Publisher of the application. |
85+
| **Publisher Url** | Publisher URL of the application. |
8386
| **Moniker** | AppMoniker of the application. |
8487
| **Description** | Description of the application. |
85-
| **Homepage** | Homepage of the application. |
86-
| **License** | License of the application. |
87-
| **LicenseUrl** | The URL to the license file of the application. |
88+
| **Homepage** | Homepage of the application. |
89+
| **License** | License of the application. |
90+
| **License Url** | The URL to the license file of the application. |
91+
| **Privacy Url** | The URL to the privacy information of the application. |
92+
| **Tags** | The tags specified in the manifest. |
8893

8994
### Installer details
9095

9196
| Value | Description |
9297
|--------------|-------------|
93-
| **Type** | The type of installer. |
94-
| **Download Url** | The Url of the installer. |
95-
| **SHA256** | The Sha-256 of the installer. |
98+
| **Installer Type** | The installer type of the application. |
99+
| **Installer Url** | The URL to the installer for the application. |
100+
| **Installer SHA256** | The SHA 256 has of the installer. |
101+
| **Release Date** | The release date for the version of the application. |
102+
| **Offline Distribution Supported** | Shows if the application can be downloaded. |
103+
| **Dependencies** | Shows dependencies for installing the application. |
96104

97105
## Related topics
98106

0 commit comments

Comments
 (0)