CLI for AWS CodeArtifact. CodeArtifact allows you to store artifacts using popular package managers and build tools like Maven, Gradle, npm, Yarn, Twine, pip, NuGet, and SwiftPM. More information: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/codeartifact/index.html.
aws codeartifact list-domains
aws codeartifact login --tool {{package_manager}} --domain {{your_domain}} --repository {{repository_name}}
aws codeartifact get-repository-endpoint --domain {{your_domain}} --repository {{repository_name}} --format {{npm|pypi|maven|nuget|generic}}
aws codeartifact help
aws ec2 {{subcommand}} help