microsoft / PSRule

Validate infrastructure as code (IaC) and objects using PowerShell rules.
https://microsoft.github.io/PSRule/v2/
MIT License
392 stars 49 forks source link

Allow CLI run to automatically restore missing modules #2552

Open BernieWhite opened 2 weeks ago

BernieWhite commented 2 weeks ago

When run is called any missing modules should be installed, by default.

This should be configurable via options and a CLI switch such as --no-restore.