Skip to content

✨ Support for PSResourceGet, RequiredModules, and PSDepend manifest files #60

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

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

JustinGrote
Copy link
Owner

@JustinGrote JustinGrote commented Jan 16, 2024

The -Path parameter can now be directed to a manifest .psd1 or .json file of these alternate specification formats and ModuleFast will resolve and install the packages. In PSDepends case, only Module Specifications are handled, other specifications such as Git repos or formats are ignored. The Repository specification is also ignored until multi-repository support lands in ModuleFast.

ModuleFast has some limited autodetection for the format used, but in case it guesses wrong, there is also a new -SpecFileType parameter to explicitly define which format the file is in. Check the debug messages to see which format it detected and why.

…iles

The `-Path` parameter can now be directed to a manifest .psd1 or .json file of these alternate specification formats and ModuleFast will resolve and install the packages.

ModuleFast has some limited autodetection for the format used, but in case it guesses wrong, there is also a new `-SpecFileType` parameter to explicitly define which format the file is in. Check the debug messages to see which format it detected and why.
@JustinGrote JustinGrote self-assigned this Jan 16, 2024
@JustinGrote JustinGrote merged commit 3feccb7 into main Jan 16, 2024
@JustinGrote JustinGrote deleted the JustinGrote/feature/psDependParse branch January 16, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant