You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…175#169 (#180)
- Added support for Invoke-PSRule to return CSV formatted results. #169
- Reordered cmdlet parameters to improve usage of frequently used parameters. #175
Currently PSRule supports exporting results to CSV by piping to
Export-Csv
.Since exporting to CSV is common output columns, formatting and ease of use should be improved.
Consider adding a supported output format. i.e.
-OutputFormat Csv
.Currently using
Export-Csv
generates:The text was updated successfully, but these errors were encountered: