winget - is this awesome as it seems

Posted by SnooMachines9133@reddit | sysadmin | View on Reddit | 108 comments

So, haven't been directly responsible for managing windows machines in a while. I do more cloud and mac things these days, so been a little out of the loop with latest windows management best practices.

For my personal computer, I've discovered that `winget upgrade --all` exists. Naively, this seems to be pretty cool in just updating all my apps at once. I suspect, it's doing something under the hood through microsoft store, but sounds like its a big step in patch management, or perhaps every app just has some metadata on how to update it.

What am I missing?