Get-NexusAsset

SYNOPSIS

Retrieve asset information from Nexus

SYNTAX

repo (Default)

Get-NexusAsset -RepositoryName <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

Id

Get-NexusAsset -Id <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Retrieve asset informatino from Nexus

EXAMPLES

EXAMPLE 1

Get-NexusAsset -RepositoryName Dev

EXAMPLE 2

Get-NexusAsset -Id RGV2OmM2MGJjNmI5NjEyZjQ3ZDM5ZTc2ZmMwNTI1ODg0M2Rj

PARAMETERS

-RepositoryName

The repository to query for assets

Type: String
Parameter Sets: repo
Aliases:

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

-Id

A specific asset 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.

INPUTS

OUTPUTS

NOTES