validate command (winget)

The validate command of the winget tool validates a manifest for submitting software to the Microsoft Community Package Manifest Repository on GitHub. The manifest must be a YAML file that follows the specification.

Usage

winget validate [--manifest] \<path>

Arguments

The following arguments are available.

ArgumentDescription
–manifestthe path to the manifest to be validated.
–verbose-logsUsed to override the logging setting and create a verbose log.
-?, –helpget additional help on this command
Scroll to top