Skip to content

Commit

Permalink
markdown lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanish-kh committed Aug 31, 2024
1 parent 1d5225d commit ce1b8ea
Show file tree
Hide file tree
Showing 20 changed files with 90 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ title: Add-WinGetSource
# Add-WinGetSource

## SYNOPSIS

Adds a new source.

## SYNTAX

```
```powershell
Add-WinGetSource -Name <String> -Argument <String> [-Type <String>] [<CommonParameters>]
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@ title: Assert-WinGetPackageManager
# Assert-WinGetPackageManager

## SYNOPSIS

Verifies that WinGet is installed properly.

## SYNTAX

### IntegrityVersionSet (Default)

```
```powershell
Assert-WinGetPackageManager [-Version <String>] [<CommonParameters>]
```

### IntegrityLatestSet

```
```powershell
Assert-WinGetPackageManager [-Latest] [-IncludePrerelease] [<CommonParameters>]
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ title: Disable-WinGetSetting
# Disable-WinGetSetting

## SYNOPSIS

Disables an administrative setting.

## SYNTAX

```
```powershell
Disable-WinGetSetting [-Name] <String> [<CommonParameters>]
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Enables WinGet administrative settings.

## SYNTAX

```
```powershell
Enable-WinGetSetting [-Name] <String> [<CommonParameters>]
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ title: Export-WinGetPackage
# Export-WinGetPackage

## SYNOPSIS

Downloads a WinGet package and its dependencies.

## SYNTAX

### FoundSet (Default)

```
```powershell
Export-WinGetPackage [-DownloadDirectory <String>] [-AllowHashMismatch]
[-Architecture <PSProcessorArchitecture>] [-InstallerType <PSPackageInstallerType>] [-Locale <String>]
[-Scope <PSPackageInstallScope>] [-SkipDependencies] [-Version <String>] [-Id <String>] [-Name <String>]
Expand All @@ -26,7 +27,7 @@ Export-WinGetPackage [-DownloadDirectory <String>] [-AllowHashMismatch]

### GivenSet

```
```powershell
Export-WinGetPackage [-DownloadDirectory <String>] [-AllowHashMismatch]
[-Architecture <PSProcessorArchitecture>] [-InstallerType <PSPackageInstallerType>] [-Locale <String>]
[-Scope <PSPackageInstallScope>] [-SkipDependencies] [[-PSCatalogPackage] <PSCatalogPackage>]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ title: Find-WinGetPackage
# Find-WinGetPackage

## SYNOPSIS

Searches for packages from configured sources.

## SYNTAX

```
```powershell
Find-WinGetPackage [-Tag <String>] [-Command <String>] [-Count <UInt32>] [-Id <String>] [-Name <String>]
[-Moniker <String>] [-Source <String>] [[-Query] <String[]>] [-MatchOption <PSPackageFieldMatchOption>]
[<CommonParameters>]
Expand Down Expand Up @@ -171,6 +172,7 @@ Accept wildcard characters: False

Specify one or more strings to search for. By default, the command searches all configured sources.
The command compares the value provided to the following package manifest properties:

- `PackageIdentifier`
- `PackageName`
- `Moniker`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ title: Get-WinGetPackage
# Get-WinGetPackage

## SYNOPSIS

Lists installed packages.

## SYNTAX

```
```powershell
Get-WinGetPackage [-Tag <String>] [-Command <String>] [-Count <UInt32>] [-Id <String>] [-Name <String>]
[-Moniker <String>] [-Source <String>] [[-Query] <String[]>] [-MatchOption <PSPackageFieldMatchOption>]
[<CommonParameters>]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ title: Get-WinGetSettings
# Get-WinGetSettings

## SYNOPSIS

Gets WinGet configuration settings.

## SYNTAX

```
```powershell
Get-WinGetSettings [-AsPlainText] [<CommonParameters>]
```

## DESCRIPTION

This command gets the WinGet configuration settings. The settings include:

- the schema
- administrative settings
- the location of the user settings file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ title: Get-WinGetSource
# Get-WinGetSource

## SYNOPSIS

Lists configured WinGet sources.

## SYNTAX

```
```powershell
Get-WinGetSource [[-Name] <String>] [<CommonParameters>]
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ title: Get-WinGetUserSettings
# Get-WinGetUserSettings

## SYNOPSIS

Gets user settings for WinGet.

## SYNTAX

```
```powershell
Get-WinGetUserSettings [<CommonParameters>]
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ title: Get-WinGetVersion
# Get-WinGetVersion

## SYNOPSIS

Gets the installed version of WinGet.

## SYNTAX

```
```powershell
Get-WinGetVersion [<CommonParameters>]
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ title: Install-WinGetPackage
# Install-WinGetPackage

## SYNOPSIS

Installs a WinGet Package.

## SYNTAX

### FoundSet (Default)

```
```powershell
Install-WinGetPackage [-Mode <PSPackageInstallMode>] [-Override <String>] [-Custom <String>]
[-Location <String>] [-Log <String>] [-Force] [-Header <String>] [-AllowHashMismatch]
[-Architecture <PSProcessorArchitecture>] [-InstallerType <PSPackageInstallerType>] [-Locale <String>]
Expand All @@ -27,7 +28,7 @@ Install-WinGetPackage [-Mode <PSPackageInstallMode>] [-Override <String>] [-Cust

### GivenSet

```
```powershell
Install-WinGetPackage [-Mode <PSPackageInstallMode>] [-Override <String>] [-Custom <String>]
[-Location <String>] [-Log <String>] [-Force] [-Header <String>] [-AllowHashMismatch]
[-Architecture <PSProcessorArchitecture>] [-InstallerType <PSPackageInstallerType>] [-Locale <String>]
Expand Down Expand Up @@ -188,6 +189,7 @@ Accept wildcard characters: False
A package may contain multiple installer types. Use this parameter to select the installer you want
to use. The parameter accepts the following values:
- `Default`
- `Inno`
- `Wix`
Expand Down Expand Up @@ -267,6 +269,7 @@ Accept wildcard characters: False
### -MatchOption

Specify the match option for a WinGet package query. This parameter accepts the following values:

- `Equals`
- `EqualsCaseInsensitive`
- `StartsWithCaseInsensitive`
Expand All @@ -288,6 +291,7 @@ Accept wildcard characters: False
### -Mode

Specify the output mode for the installer. The parameter accepts the following values:

- `Default`
- `Silent`
- `Interactive`
Expand Down Expand Up @@ -375,10 +379,11 @@ Accept wildcard characters: False

Specify one or more strings to search for. By default, the command searches all configured sources.
The command compares the value provided to the following package manifest properties:
- `PackageIdentifier`
- `PackageName`
- `Moniker`
- `Tags`

- `PackageIdentifier`
- `PackageName`
- `Moniker`
- `Tags`

The command does a case-insensitive substring comparison of these properties.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,70 +2,92 @@
Module Name: Microsoft.WinGet.Client
ms.date: 08/01/2024
Module Guid: e11157e2-cd24-4250-83b8-c6654ea4926a
Download Help Link:
Download Help Link:
Help Version: 1.8.0
Locale: en-US
title: Microsoft.WinGet.Client Module
---

# Microsoft.WinGet.Client Module

## Description

Microsoft WinGet Client Module for the Windows Package Manager

## Microsoft.WinGet.Client Cmdlets

### [Add-WinGetSource](Add-WinGetSource.md)

Adds a new WinGet source.

### [Assert-WinGetPackageManager](Assert-WinGetPackageManager.md)

Verifies WinGet is installed properly.

### [Disable-WinGetSetting](Disable-WinGetSetting.md)

Disables an administrative setting.

### [Enable-WinGetSetting](Enable-WinGetSetting.md)

Enables WinGet administrative settings.

### [Export-WinGetPackage](Export-WinGetPackage.md)

Downloads a package.

### [Find-WinGetPackage](Find-WinGetPackage.md)

Searches configured sources for packages.

### [Get-WinGetPackage](Get-WinGetPackage.md)

Gets installed packages.

### [Get-WinGetSettings](Get-WinGetSettings.md)

Gets WinGet settings.

### [Get-WinGetSource](Get-WinGetSource.md)

Gets configured WinGet sources.

### [Get-WinGetUserSettings](Get-WinGetUserSettings.md)

Gets user settings for WinGet.

### [Get-WinGetVersion](Get-WinGetVersion.md)

Gets the installed version of WinGet.

### [Install-WinGetPackage](Install-WinGetPackage.md)

Install a WinGet Package.

### [Remove-WinGetSource](Remove-WinGetSource.md)

Removes a configured source.

### [Repair-WinGetPackageManager](Repair-WinGetPackageManager.md)

Repairs the WinGet client.

### [Reset-WinGetSource](Reset-WinGetSource.md)

Resets default WinGet sources.

### [Set-WinGetUserSettings](Set-WinGetUserSettings.md)

Sets WinGet settings.

### [Test-WinGetUserSettings](Test-WinGetUserSettings.md)

Tests WinGet settings.

### [Uninstall-WinGetPackage](Uninstall-WinGetPackage.md)

Uninstalls a WinGet Package.

### [Update-WinGetPackage](Update-WinGetPackage.md)

Updates a WinGet Package.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ title: Remove-WinGetSource
# Remove-WinGetSource

## SYNOPSIS

Removes a configured source.

## SYNTAX

```
```powershell
Remove-WinGetSource -Name <String> [<CommonParameters>]
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,29 @@ title: Repair-WinGetPackageManager
# Repair-WinGetPackageManager

## SYNOPSIS

Repairs the installation of the WinGet client on your computer.

## SYNTAX

### IntegrityVersionSet (Default)

```
```powershell
Repair-WinGetPackageManager [-AllUsers] [-Force] [-Version <String>] [<CommonParameters>]
```

### IntegrityLatestSet

```
```powershell
Repair-WinGetPackageManager [-AllUsers] [-Force] [-Latest] [-IncludePreRelease]
[<CommonParameters>]
```

## DESCRIPTION

This command repairs the installation of the WinGet client on your computer by installing the
specified version or the latest version of the client. This command can also install the WinGet
client if it is not already installed on your machine. It ensures that the client is installed
specified version or the latest version of the client. This command can also install the WinGet
client if it is not already installed on your machine. It ensures that the client is installed
in a working state.

## EXAMPLES
Expand Down
Loading

0 comments on commit ce1b8ea

Please sign in to comment.