PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
483 stars 92 forks source link

Idea for ability to optionally override default modules and scripts install path - Duscussion and contribution is welcome! #1673

Open o-l-a-v opened 1 month ago

o-l-a-v commented 1 month ago

PR Summary

What

I'm experimenting with a way to override PSResourceGet install path for modules and scripts, suggested in my comment https://github.com/PowerShell/PSResourceGet/issues/1494#issuecomment-2225201194.

This PR already got the basic logic working for getting the path override if present! 🥳

image

Todo

Related issues / feature requests

PR Context

PR Checklist

o-l-a-v commented 2 weeks ago

@anamnavi, @alerickson Have you had any time to check out this idea? Any thoughts? 🤔


Edit: It's probably better to use powershell.settings.json for this, ref:

Whichever solution you want for PSResourceGet, let's make it happen. I can try to do it, but I'd first want to hear what alternative you'd like. 🙂


Edit 2: Seems Windows PowerShell does not support powershell.config.json in my limited testing: