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 dependent modules only temporarily #2

Open
FISHMANPET opened this issue Jun 11, 2020 · 1 comment
Open

Install dependent modules only temporarily #2

FISHMANPET opened this issue Jun 11, 2020 · 1 comment
Assignees
Labels

Comments

@FISHMANPET
Copy link
Member

Currently using Install-RequiredModules for laziness, instead:

  1. Read the requiredModules from the psd1
  2. Setup a folder inside the current workspace and add it to psmodule path
  3. install all the requiredModules from the psd1 into the psmodule path
  4. workspace clean will wipe that all away
@FISHMANPET FISHMANPET self-assigned this Jun 11, 2020
@FISHMANPET
Copy link
Member Author

Well I lied this was pretty easy, but currently it will only work if RequiredModules are all simple strings, need to expand it to support the hashtable way of specifying dependencies as well. Current state was implemented in 241c148, so leaving this open to support full required module syntax

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

No branches or pull requests

1 participant