Skip to content

Latest commit

 

History

History
105 lines (70 loc) · 1.93 KB

Get-DOKDscModule.md

File metadata and controls

105 lines (70 loc) · 1.93 KB
external help file Module Name online version schema
DevOpsKitDsc-help.xml
DevOpsKitDsc
2.0.0

Get-DOKDscModule

SYNOPSIS

Get a list of module dependencies in the workspace.

SYNTAX

Get-DOKDscModule [[-WorkspacePath] <String>] [[-ModuleName] <String>] [[-ModuleVersion] <String>]
 [<CommonParameters>]

DESCRIPTION

Get a list of module dependencies in the workspace.

EXAMPLES

Example 1

PS C:\> Get-DOKDscModule;

Get a list of dependency modules added to the workspace.

PARAMETERS

-ModuleName

Optionally filter to modules with a specific name.

Type: String
Parameter Sets: (All)
Aliases:

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

-ModuleVersion

Optionally filter to modules with a specific version number.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
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.Object

NOTES

RELATED LINKS

Add-DOKDscModule

Restore-DOKDscModule

Publish-DOKDscModule