Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Winget Configuration Export should support more than one ID #4485

Open
KevinLaMS opened this issue May 15, 2024 · 1 comment
Open

Winget Configuration Export should support more than one ID #4485

KevinLaMS opened this issue May 15, 2024 · 1 comment
Labels
Command-Configure Issue related to WinGet Configuration Issue-Feature This is a feature request for the Windows Package Manager client.

Comments

@KevinLaMS
Copy link
Contributor

Description of the new feature / enhancement

I want to be able to export more than one app.

I type in winget configuration export -o C:\temp\export.winget --package-id git.git Microsoft.VisualStudio

and fail.

or
winget configuration export -o C:\temp\export.winget --package-id git.git --package-id Microsoft.VisualStudio
Windows Package Manager (Preview) v1.8.1311-preview
Copyright (c) Microsoft Corporation. All rights reserved.

Argument provided more times than allowed: 'package-id'

Proposed technical implementation details

Allow for more than one app to be submitted

@KevinLaMS KevinLaMS added the Issue-Feature This is a feature request for the Windows Package Manager client. label May 15, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label May 15, 2024
@denelon denelon removed the Needs-Triage Issue need to be triaged label May 16, 2024
@denelon
Copy link
Contributor

denelon commented May 16, 2024

The challenge with this is just exporting a list of package identifiers wouldn't allow for correlation with additional modules and resources that might need to have the correct dependency mapping with installers.

@denelon denelon added the Command-Configure Issue related to WinGet Configuration label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Command-Configure Issue related to WinGet Configuration Issue-Feature This is a feature request for the Windows Package Manager client.
Projects
None yet
Development

No branches or pull requests

2 participants