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

Add -PassThru to output ModuleFastInfo objects (or maybe PSModuleInfo if possible) #15

Closed JustinGrote closed 8 months ago

JustinGrote commented 8 months ago
JustinGrote commented 8 months ago

Added to output ModuleFastInfo for now (934d87e4fb254227cde54ebaf4dc44e6b580bec4), hopefully we can find a way to cast to PSResourceInfo or otherwise so it can be piped to Import-Module.