JustinGrote / ModuleFast

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

🐛 Make CurrentUser work properly and ignore profile setup #65

Closed trackd closed 6 months ago

trackd commented 6 months ago

-Scope CurrentUser has been added to mimic the Install-Module behavior, and the automatic profile setup is excluded when done on Windows.

Fixes #64

JustinGrote commented 6 months ago

Trackd's notes below before I rewrite his PR for the release notes:

i was a bit tempted to Alias Scope to $Destination param 😆

JustinGrote commented 6 months ago

Thanks @trackd! You should get a shoutout in the next release notes. If you want to test this you can follow the instructions in the README