pspete / psPAS

PowerShell module for CyberArk Privileged Access Security REST API
https://pspas.pspete.dev
MIT License
293 stars 91 forks source link

Adds External Help #311

Closed pspete closed 4 years ago

pspete commented 4 years ago

Summary

Replaces comment based help in each public function with external help.

Source of truth for Module help is now https://github.com/pspete/psPAS/tree/master/docs/collections/_commands

PlatyPS will now be used from now on to create new Markdown help files and also convert these to external help.

ParameterSet names have been updated where appropriate to give them more meaningful headings in the auto generated markdown files.

Test Plan

All tests pass. Where required, tests have been updated to account for changes to ParameterSet names.