Open denelon opened 3 years ago
Just don't do what kubernetes did with kubectl -k
vs kustomize
please. They're ever so slightly different. (I think they compiled kustomize into kubectl, and now there's a version mismatch that can't be rectified by the user because they're on different release schedules)
I suggest using extensions like dotnet.exe
and git.exe
:
git.exe lfs
-> executes git-lfs.exe
in PATHdotnet.exe
-> executes dotnet-ef.exe
in PATHSo running winget.exe create
should execute winget-create.exe
This will allow third-party developers to develop extensions for winget
I support this command winget create <parameters>
, because winget has a definition manifest schema, just create an instance of it.
Description of the new feature/enhancement
I should be able to execute
winget create
and have the new manifest creation tool executed.https://github.com/microsoft/winget-create/discussions/19?converting=1#discussioncomment-787509
Proposed technical implementation details (optional)