JustinGrote / ModuleFast

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

🎉 Add per-spec Prerelease support #13

Closed JustinGrote closed 8 months ago

JustinGrote commented 8 months ago

Enabling Prerelease support can now be specified on a per-specification basis by including a ! at the beginning or end of the modulename, in all formats.

Examples:

If -PreRelease is specified, all modules are evaulated for prerelease regardless of individual module Prerelease specifications.

Closes #7