The encoding to use when writing the markdown file. If no value is specified, encoding defaults to
the value of the $OutputEncoding preference variable.
This parameter allows you to specify the version of the help. The default value is 1.0.0.0. This
version is written to the HelpInfo.xml file that is used for updateable help.
Specifies a path to one or more module markdown files. The value of LiteralPath is used exactly
as it's typed. No characters are interpreted as wildcards. If the path includes escape characters,
enclose it in single quotation marks. Single quotation marks tell PowerShell not to interpret any
characters as escape sequences.
This parameter allows you to specify the language locale for the help files. By default, the cmdlet
uses the current CultureInfo. Use the Get-Culture cmdlet to see the current culture settings
on your system.
The metadata to add to the frontmatter of the markdown file. The metadata is a hashtable where the
you specify the key and value pairs to add to the frontmatter. New key names are added to the
existing frontmatter. The values of existing keys are overwritten. You can't overwrite the values of
the document type or PlatyPS schema version keys. If these keys are present in the hashtable,
the cmdlet ignores the values and outputs a warning.
By default, the cmdlet creates a backup of the original Markdown file before updating it. Use this
parameter to suppress the creation of the backup file.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.