aws codeartifact get-package-version-asset

Returns an asset (or file) that is in a package. For example, for a Maven package version, use GetPackageVersionAsset to download a JAR file, a POM file, or any other assets in the package version

Options

NameDescription
--domain <string>The name of the domain that contains the repository that contains the package version with the requested asset
--domain-owner <string>The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces
--repository <string>The repository that contains the package version with the requested asset
--format <string>A format that specifies the type of the package version with the requested asset file. The valid values are: npm pypi maven
--namespace <string>The namespace of the package. The package component that specifies its namespace depends on its type. For example: The namespace of a Maven package is its groupId. The namespace of an npm package is its scope. A Python package does not contain a corresponding component, so Python packages do not have a namespace
--package <string>The name of the package that contains the requested asset
--package-version <string>A string that contains the package version (for example, 3.5.2)
--asset <string>The name of the requested asset
--package-version-revision <string>The name of the package version revision that contains the requested asset
outfile <string>Filename where the content will be saved