Skip to content

Commit 98343ee

Browse files
authored
Feature/112 clean up powershell help so it contains only native powershell help content and no longer exposes cli syntax cli aliases or cli oriented option documentation (#121)
* feat(#112): clean up PowerShell help content - Remove CLI syntax and GNU-style options from `Get-Help` pages - Update examples to use PowerShell cmdlet syntax instead of CLI commands * feat(#112): update Publish.yml to install CI PowerShell modules - Add script to install CI PowerShell modules before updating module version - Include script for installing CI PowerShell modules before publishing to PSGallery
1 parent 707c989 commit 98343ee

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/Publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
git checkout develop
8282
git reset --hard origin/main
8383
84+
./scripts/build/ci/Install-CiPowerShellModules.ps1
85+
8486
Update-NovaModuleVersion -Preview -Verbose
8587
8688
- name: Prepare next prerelease version on develop
@@ -98,6 +100,8 @@ jobs:
98100
Register-PSResourceRepository -PSGallery
99101
}
100102
103+
./scripts/build/ci/Install-CiPowerShellModules.ps1
104+
101105
Publish-NovaModule -Repository PSGallery -ApiKey $env:PSGALLERY_API
102106
103107
Update-NovaModuleVersion -Preview -Verbose

0 commit comments

Comments
 (0)