Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
ExeTools
0.3.0
Publish.ps1
#Requires -Module Microsoft.PowerShell.SecretManagement
Publish-Module
-Name
.\ExeTools.psd1
-NuGetApiKey
(
Get-Secret
PSGalleryAPIKey
-AsPlainText
)