Skip to content

Commit 6c9352c

Browse files
authored
Fix package-id sub command (#6113)
Resolves #5681
1 parent 7d5254c commit 6c9352c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hub/package-manager/winget/configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: configure Command
33
description: Uses a winget configuration file to begin setting up your Windows machine to a desired development environment state.
4-
ms.date: 07/16/2025
4+
ms.date: 12/11/2025
55
ms.topic: overview
66
---
77

@@ -63,7 +63,7 @@ The `winget configure` command includes a number of subcommands, including:
6363
- **`winget configure list`**: Shows the high level details for configurations that have been applied to the system. This data can then be used with other `configure` commands to get more details. Usage: `winget configure list [<options>]`
6464
- **`winget configure test`**: Checks the system against the desired state, displaying whether the current system state conforms with the desired state defined in the associated configuration file. Usage: `winget configure test -f <file>`.
6565
- **`winget configure validate`**: Validates a configuration file. Usage: `winget configure validate [-f] <file> [<options>]`.
66-
- **`winget configure export`**: Exports configuration resources to a configuration file. When used with `--all`, exports all package configurations. When used with `--packageId`, exports a WinGetPackage resource of the given package identifier. When used with `--module` and `--resource`, exports the settings of the specified resource. If the output configuration file already exists, appends the exported configuration resources. Usage: `winget configure export -o <output file> [<options>]`
66+
- **`winget configure export`**: Exports configuration resources to a configuration file. When used with `--all`, exports all package configurations. When used with `--package-id`, exports a WinGetPackage resource of the given package identifier. When used with `--module` and `--resource`, exports the settings of the specified resource. If the output configuration file already exists, appends the exported configuration resources. Usage: `winget configure export -o <output file> [<options>]`
6767

6868
## Related topics
6969

0 commit comments

Comments
 (0)