Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install-RequiredModule to support RequiredModules.psd1 #70

Closed
Jaykul opened this issue Jun 12, 2019 · 2 comments
Closed

Install-RequiredModule to support RequiredModules.psd1 #70

Jaykul opened this issue Jun 12, 2019 · 2 comments

Comments

@Jaykul
Copy link
Contributor

Jaykul commented Jun 12, 2019

Can I send a PR for a Install-RequiredModule command that handles the syntax suggested by PowerShell/PowerShell-RFC/pull/185 ...

Specifically:

  • a RequiredModulesFile parameter defaulted to RequiredModules.psd1
  • support installing a group of modules listed in said file
  • supporting NuGet version (range) syntax
  • supporting specifying feed urls per resource
  • with the option to install (save) locally (to folder) or to scope

If I did, would it be a problem if it required the Nuget.Versioning assembly (to guarantee the version range parsing is the same)?

@SydneyhSmith
Copy link
Collaborator

@Jaykul we don't see any problem with this--go ahead and submit a PR--Thanks!

@alerickson alerickson transferred this issue from PowerShell/PowerShellGetv2 Mar 30, 2020
@SydneyhSmith
Copy link
Collaborator

Closing as this is resolved by additional file options for Install-PSResource

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants