2025-03-14 21:59:59 -06:00
# aws codeartifact
2026-02-18 06:55:01 -07:00
> Manage CodeArtifact repositories, domains, packages, package versions, and assets.
2025-03-14 21:59:59 -06:00
> CodeArtifact is an artifact repository compatible with popular package managers and build tools like Maven, Gradle, npm, Yarn, Twine, pip, NuGet, and SwiftPM.
2026-02-18 06:55:01 -07:00
> More information: <https://docs.aws.amazon.com/cli/latest/reference/codeartifact/>.
2025-03-14 21:59:59 -06:00
- List available domains for your AWS account:
`aws codeartifact list-domains`
- Generate credentials for a specific package manager:
`aws codeartifact login --tool {{npm|pip|twine}} --domain {{your_domain}} --repository {{repository_name}}`
- Get the endpoint URL of a CodeArtifact repository:
`aws codeartifact get-repository-endpoint --domain {{your_domain}} --repository {{repository_name}} --format {{npm|pypi|maven|nuget|generic}}`
- Display help:
`aws codeartifact help`
- Display help for a specific subcommand:
`aws codeartifact {{subcommand}} help`