WinGet configure should look for a default config file if none is provided #4482
Labels
Command-Configure
Issue related to WinGet Configuration
Issue-Feature
This is a feature request for the Windows Package Manager client.
Description of the new feature / enhancement
I'm a lazy developer and like to type as few characters as possible. It would be great if I could just run the
winget configure
command from the root of a project folder and the configure command would find my default config and use it. Similar to how I can run thenpm install
command with Node applications and I don't have to specify a path to my package.json, or I can rundotnet build
for .NET apps and I don't have to specify what project file to build (but I can if the defaults don't work for me).Proposed technical implementation details
When a user runs
winget configure
in a folder:./configurations/configuration.dsc.yaml
(following the recommended default file naming conventions)winget configure -f
with one of the discovered files.The text was updated successfully, but these errors were encountered: