JustinGrote / ModuleFast

A "fast and loose" way to install modules from Powershell Gallery quickly. Meant for CICD, not production
Other
77 stars 5 forks source link

Remove ModuleCache Parameter and references #9

Closed JustinGrote closed 9 months ago

JustinGrote commented 9 months ago

This is a legacy setting that can be removed, as we don't actually save these temporarily.

Alternatively, this could be a cache location that, only if specified, could save the nuget files and cache them locally for fast reinstallation. I don't think that would make any sense because once the module is extracted, there's usually not a need except in some sort of multiuser installation scenario, and in that case a local repo just makes more sense then some kind of shared on-disk cache except in maybe heavy VDI scenarios.

https://github.com/JustinGrote/ModuleFast/blob/9786057d4be281e319546f8a4a58020dfe1eaed6/ModuleFast.psm1#L34-L35

JustinGrote commented 9 months ago

Closed #10