Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.46 KB

File metadata and controls

40 lines (28 loc) · 1.46 KB
title description ms.date ms.topic ms.localizationpriority
winget validate Command
Validates a manifest file for submitting software to the Microsoft Community Package Manifest Repository on GitHub.
04/28/2020
article
medium

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.

Argument Description
--manifest the path to the manifest to be validated.

Options

The options allow you to customize the validate experience to meet your needs.

Option Description
-?,--help Shows help about the selected command.
--wait Prompts the user to press any key before exiting.
--logs,--open-logs Open the default logs location.
--verbose, --verbose-logs Used to override the logging setting and create a verbose log.
--disable-interactivity Disable interactive prompts.

Related topics