aws codeartifact
all
Manage CodeArtifact repositories, domains, packages, package versions, and assets. CodeArtifact is an artifact repository compatible with popular package managers and build tools like Maven, Gradle, npm, Yarn, Twine, pip, NuGet, and SwiftPM.
More info →Examples (5)
List available domains for your AWS account
aws codeartifact list-domainsGenerate credentials for a specific package manager
aws codeartifact login --tool npm|pip|twine --domain your_domain --repository repository_nameGet the endpoint URL of a CodeArtifact repository
aws codeartifact get-repository-endpoint --domain your_domain --repository repository_name --format npm|pypi|maven|nuget|genericDisplay help
Display help for a specific subcommand
aws codeartifact subcommand helpmade by @shridhargupta | data from tldr-pages