rzander / ruckzuck

software package manager for windows
https://ruckzuck.tools
Microsoft Public License
221 stars 20 forks source link

RuckZuck OneGet Provider: Update missing updates with excludes #181

Closed killerkarnickel404 closed 1 year ago

killerkarnickel404 commented 2 years ago

Hello,

with RZGet you can update with "RZGet.exe update --all --exclude ";[]"" everything except exceptions.

Is this also possible with "Find-Package -ProviderName RuckZuck -Updates" ?

rzander commented 2 years ago

With Find-Package -ProviderName RuckZuck -Updates you will get a list of Updates; then you can implement a logic to exclude whatever you want... before you trigger an Install-Package ...

find-package does not provide an exclude (as far as I know)...