< Back

Build-PSBuildUpdatableHelp

Sat Jan 18, 2020 9:34 pm

NAME Build-PSBuildUpdatableHelp



SYNOPSIS

Create updatable help .cab file based on PlatyPS markdown help.





SYNTAX

Build-PSBuildUpdatableHelp [-DocsPath] <String> [-OutputPath] <String> [<CommonParameters>]





DESCRIPTION

Create updatable help .cab file based on PlatyPS markdown help.





PARAMETERS

-DocsPath <String>

Path to PlatyPS markdown help files.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-OutputPath <String>

Path to create updatable help .cab file in.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS>Build-PSBuildUpdatableHelp -DocsPath ./docs -OutputPath ./Output/UpdatableHelp



Create help .cab file based on PlatyPS markdown help.











RELATED LINKS