Skip to content

Latest commit

 

History

History
121 lines (82 loc) · 2.17 KB

Publish-DOKDscModule.md

File metadata and controls

121 lines (82 loc) · 2.17 KB
external help file Module Name online version schema
DevOpsKitDsc-help.xml
DevOpsKitDsc
2.0.0

Publish-DOKDscModule

SYNOPSIS

Publish a workspace dependency modules for distribution.

SYNTAX

Publish-DOKDscModule [[-WorkspacePath] <String>] [[-Name] <String>] [[-ModuleName] <String>]
 [[-ModuleVersion] <String>] [<CommonParameters>]

DESCRIPTION

Publish dependency modules for distribution.

EXAMPLES

Example 1

PS C:\> Publish-DOKDscModule -Name 'Default';

Publish modules associated with the Default collection.

PARAMETERS

-ModuleName

Optionally publish modules with a specific name.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ModuleVersion

Optionally publish modules with a specific version.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

The name of a collection to publish.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WorkspacePath

The path to an existing workspace. If no value is specified the current working path is used.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

None

OUTPUTS

System.Void

NOTES

RELATED LINKS

Add-DOKDscModule

Get-DOKDscModule

Restore-DOKDscModule