Get-NexusComponent
SYNOPSIS
Retrieve component information from Nexus
SYNTAX
repo (Default)
Get-NexusComponent -RepositoryName <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Id
Get-NexusComponent -Id <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
Retrieve component information from Nexus
EXAMPLES
EXAMPLE 1
Get-NexusComponent -RepositoryName Dev
EXAMPLE 2
Get-NexusComponent -Id RGV2OmM2MGJjNmI5NjEyZjQ3ZDM5ZTc2ZmMwNTI1ODg0M2Rj
PARAMETERS
-RepositoryName
The repository to query for components
Type: String
Parameter Sets: repo
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Id
A specific component to retrieve
Type: String
Parameter Sets: Id
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProgressAction
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
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.