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

[New Feature]: Enable-WingetSetting and Disable-WingetSetting should return confirmation #137064

Open
Trenly opened this issue Jan 29, 2024 · 1 comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work.

Comments

@Trenly
Copy link
Contributor

Trenly commented Jan 29, 2024

Description of the new feature/enhancement

Currently, running Enable-WingetSetting LocalManifestFiles or Disable-WingetSetting LocalManifestFiles provides no output and it is not clear whether the command succeeded or not. The native commands winget settings --<Enable|Disable> LocalManifestFiles provide output that the setting was either enabled or disabled, It would provide much better feedback to the user if the PowerShell module returned the setting and its state as a confirmation that it was set

Proposed technical implementation details (optional)

PS C:\Users\WDAGUtilityAccount\Desktop\winget-pkgs> Enable-WingetSetting LocalManifestFiles
Name               Value
----               -----
LocalManifestFiles True

PS C:\Users\WDAGUtilityAccount\Desktop\winget-pkgs>
PS C:\Users\WDAGUtilityAccount\Desktop\winget-pkgs> Disable-WingetSetting LocalManifestFiles
Name               Value
----               -----
LocalManifestFiles False
@Trenly Trenly added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Jan 29, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage This work item needs to be triaged by a member of the core team. label Jan 29, 2024
@Trenly
Copy link
Contributor Author

Trenly commented Jan 29, 2024

@denelon - wasn't paying attention when creating this issue; Can you transfer it to CLI?

@stephengillie stephengillie removed the Needs-Triage This work item needs to be triaged by a member of the core team. label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Projects
None yet
Development

No branches or pull requests

2 participants