Catesta
Catesta copied to clipboard
Evaluate latest version of platyPS for help creation
Description
An overhauled version of platyPS is now available. Evaluate this new version and determine if it resolves some of the help creation issues previosly faced allowing for an upgrade off version 0.12.0
Describe the solution you'd like
Evaluate new capabilities of platyPS redesign and see if it meets the needs for Catesta help generation.
Additional context
Catesta has been locked to version 0.12.0 because of a text replacement issue during build: https://github.com/PowerShell/platyPS/issues/457
The default build is impacted by progress action not being recognized as a common parameter by PlatyPS.
https://github.com/PowerShell/platyPS/issues/407
#./src/<project>.build.ps1:381
$MissingDocumentation = Select-String -Path "$script:ArtifactsPath\docs\*.md" -Pattern "({{.*}})"|?{$_ -notlike "*ProgressAction*"}
Thanks @Snozzberries - opened #71 regarding this issue.
#71 is now closed with a patch for the fix. When the platyPS rewrite is complete and evaluated the patch should be removed. Making a note for later.