microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
22.96k stars 1.43k forks source link

Support UNC source #160

Open denelon opened 4 years ago

denelon commented 4 years ago

As an enterprise IT administrator I want to be able to have a UNC source so I don't have to stand up APIs or web services to provide a private repository to my users.

This may mean that the repository is simply a "manifests" folder, and the client needs to traverse the structure to pull in the information in order to support the "search" command.

DrDallas commented 4 years ago

There should also be a corresponding PowerShell module to support UNC source manifest repositories. For example, Publish-Package, Get-Package, etc., similar to PowerShellGet.

megamorf commented 4 years ago

Related issues:

ThatGuy48317 commented 2 years ago

Any news on this? UNC paths are needed to gain adoption in enterprise environments.

denelon commented 2 years ago

We've had an ask for:

We're also working on:

There are currently (as of June 2022) many other features ranked higher than this one.

fin-major commented 3 weeks ago

Any update when this might be available?