Skip to content

Edit source targeting ("explicit" vs "nonexplicit) #5917

@denelon

Description

@denelon

Relevant area(s)

COM API
WinGet CLI
PowerShell

Description of the new feature / enhancement

I want to modify the name or change the targeting between "explicit" and "nonexplicit".

Proposed technical implementation details

WinGet CLI

winget source edit --name winget-font --explicit false

Microsoft.WinGet.CLI PowerShell module

Set-WinGetSourceTargeting -Name winget-font -nonexplicit

-or-

Get-WinGetSource -Name winget-font | Set-WinGetSourceTargeting -nonexplicit

Sub-issues

Metadata

Metadata

Assignees

Labels

Command-SourceIssue related to WinGet SourceIssue-FeatureThis is a feature request for the Windows Package Manager client.

Projects

Status

Assigned

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions