Skip to content

Commit 5fbaf7a

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/windows-dev-docs (branch docs)
2 parents 7bc7f70 + 4479e63 commit 5fbaf7a

File tree

9 files changed

+67
-0
lines changed

9 files changed

+67
-0
lines changed

hub/package-manager/winget/configure.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ The **configure** command of the [winget](./index.md) tool uses a [WinGet Config
2121
- Windows 10 RS5 or later, and Windows 11.
2222
- Winget version v1.5.1572 or later.
2323

24+
## Aliases
25+
26+
The following aliases are available for this command:
27+
28+
- configuration
29+
2430
## Usage
2531

2632
`winget configure -f <C:/Users/<username>/winget-configs/config-file-name.dsc.yaml>`

hub/package-manager/winget/install.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ The **install** command requires that you specify the exact string to install. I
1818

1919
![search command](./images/install.png)
2020

21+
## Aliases
22+
23+
The following aliases are available for this command:
24+
25+
- add
26+
2127
## Arguments
2228

2329
The following arguments are available.

hub/package-manager/winget/list.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ The **list** command will also display if an update is available for an app, and
1414

1515
The **list** command also supports filters which can be used to limit your list query.
1616

17+
## Aliases
18+
19+
The following aliases are available for this command:
20+
21+
- ls
22+
1723
## Usage
1824

1925
`winget list [[-q] \<query>] [\<options>]`

hub/package-manager/winget/search.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ The **search** command includes parameters for filtering down the applications r
2020

2121
![Screenshot of the Windows Power Shell window displaying the results of the winget search.](./images/search.png)
2222

23+
## Aliases
24+
25+
The following aliases are available for this command:
26+
27+
- find
28+
2329
## Arguments
2430

2531
The following arguments are available.

hub/package-manager/winget/settings.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ The **settings** command will launch your default text editor. Windows by defaul
1515
>[!NOTE]
1616
>You can easily install Visual Studio Code by typing `winget install Microsoft.VisualStudioCode`
1717
18+
## Aliases
19+
20+
The following aliases are available for this command:
21+
22+
- config
23+
1824
## Use the winget settings command
1925

2026
Launch your default JSON editing tool: `winget settings`

hub/package-manager/winget/show.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ The **show** command of the [winget](index.md) tool displays details for the spe
1212

1313
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.
1414

15+
## Aliases
16+
17+
The following aliases are available for this command:
18+
19+
- view
20+
1521
## Usage
1622

1723
`winget show [[-q] \<query>] [\<options>]`

hub/package-manager/winget/source.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ Usage:
114114
winget source list [[-n, --name] <name>]
115115
```
116116

117+
#### Aliases
118+
119+
The following aliases are available for this subcommand:
120+
121+
- ls
122+
117123
#### Arguments
118124

119125
The following arguments are available.
@@ -178,6 +184,12 @@ Usage:
178184
winget source update [[-n, --name] <name>]
179185
```
180186

187+
#### Aliases
188+
189+
The following aliases are available for this subcommand:
190+
191+
- refresh
192+
181193
#### Arguments
182194

183195
The following arguments are available.
@@ -216,6 +228,12 @@ Usage:
216228
winget source remove [-n, --name] <name>
217229
```
218230

231+
#### Aliases
232+
233+
The following aliases are available for this subcommand:
234+
235+
- rm
236+
219237
#### Arguments
220238

221239
The following arguments are available.

hub/package-manager/winget/uninstall.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ The **uninstall** command of the [winget](index.md) tool uninstalls the specifie
1212

1313
The **uninstall** command requires that you specify the exact string to uninstall. If there is any ambiguity, you will be prompted to further filter the **uninstall** command to an exact application.
1414

15+
## Aliases
16+
17+
The following aliases are available for this command:
18+
19+
- remove
20+
- rm
21+
1522
## Usage
1623

1724
`winget uninstall [[-q] \<query>] [\<options>]`

hub/package-manager/winget/upgrade.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ The **upgrade** command of the [winget](index.md) tool upgrades the specified ap
1212

1313
The **upgrade** command requires that you specify the exact string to upgrade. If there is any ambiguity, you will be prompted to further filter the **upgrade** command to an exact application.
1414

15+
## Aliases
16+
17+
The following aliases are available for this command:
18+
19+
- update
20+
1521
## Usage
1622

1723
`winget upgrade [[-q] \<query>] [\<options>]`

0 commit comments

Comments
 (0)