microsoft / PSRule

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

Rule packaging in modules #16

Closed BernieWhite closed 5 years ago

BernieWhite commented 5 years ago

When rules are created, they then need to be distributed.

Packaging rules together in a module promotes reuse and provides a convenient distribution mechanism that already exists and is already used by IT pros.

Currently rules from a module can be used by adding the module path to the path parameter of Invoke-PSRule or Get-PSRule, but we can do better.

BernieWhite commented 5 years ago

17 should be completed first

BernieWhite commented 5 years ago

Using module tags and private metadata will help discovery of modules containing rules.