external help file: ModuleBuildToolsTemp-help.xml Module Name: ModuleBuildToolsTemp online version: https://github.com/zloeber/ModuleBuild schema: 2.0.0
Create a powershell Gallery module upload profile
New-PSGalleryProjectProfile [-Path] <String> [[-ProjectUri] <String>] [[-Tags] <String>]
[[-Repository] <String>] [[-ReleaseNotes] <String>] [[-LicenseUri] <String>] [[-IconUri] <String>]
[[-NuGetApiKey] <String>] [[-OutputFile] <String>] [<CommonParameters>]
Create a powershell Gallery module upload profile. Some items (like Name) are inferred from the module manifest and are left out.
Path of module project files to upload.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Module project website.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Tags used to search for the module (separated by commas)
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Destination gallery (default is PSGallery)
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: PSGallery
Accept pipeline input: False
Accept wildcard characters: False
Release notes.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
License website.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Icon web path.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
API key for the powershellgallery.com site.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 8
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
OutputFile (default is .psgallery)
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 9
Default value: .psgallery
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Zachary Loeber Site: http://www.the-little-things.net/ Version History 1.0.0 - Initial release