-
Notifications
You must be signed in to change notification settings - Fork 65
How to edit XML Help
Sean McNellis edited this page Mar 29, 2016
·
2 revisions
- Create a local repo of your fork
- Once downloaded ensure the repo's Microsoft.Xrm.Data.Powershell folder is in your Powershell path (so that it can be loaded by the help editor. A test for this is to open PowerShell and run import-module Microsoft.Xrm.Data.PowerShell. It should load the version you have in you repo automatically if it's configured correctly.
- Download and install PS Cmdlet Help Editor - https://pscmdlethelpeditor.codeplex.com/
- To edit the help open up Microsoft.Xrm.Data.PowerShell.Help.pshproj using the PS Cmdlet Help editor
- Once completing your edits, export the help XML to: Microsoft.Xrm.Data.PowerShell.Help.xml within the repo
- once you re-load the module (Import-Module Microsoft.Xrm.Data.PowerShell -verbose -force) you should now see your help xml edits.
Note: Please do not edit the Help xml directly at this time as we'd like to continue to use the Cmdlet help editor to generate the xml.