Skip to content
Merged

ms.date #13119

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion repo_docs/NEW_CMDLETS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
ms.date: 09/18/2025
---

# Create new cmdlet articles

Cmdlet reference articles follow a strict schema that's difficult to duplicate manually. The articles on the web are also used for `Get-Help` from the command line. Instead, you use the open-source [platyPS](https://github.com/PowerShell/platyPS) tool to export the cmdlet and all of its properties to a markdown (.md) file from the required PowerShell module or your PowerShell connection to the server or service.
Expand Down Expand Up @@ -312,7 +316,7 @@ When you're done editing the articles, upload them to GitHub. You need to fork t

4. On the **Open a pull request** page that appears, select the green **Create pull request** button.

![Open a pull request page.](../images/open-a-pull-request-page.png)
![Open a pull request page.](../images/quick-update-07-open-a-pull-request-page.png)

5. That's it. There's nothing more for you to do.

Expand Down
4 changes: 4 additions & 0 deletions repo_docs/UPDATE_CMDLETS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
ms.date: 09/18/2025
---

# Update existing cmdlet articles

Manually adding new parameters to a cmdlet reference article is doable, but there are several obstacles to overcome:
Expand Down