From 077dab98a39d130fbc4b2c6a5a4b33c6a746f93b Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:59:56 -0300 Subject: [PATCH] aws-codeartifact: improve page description and examples (#12264) --- pages/common/aws-codeartifact.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/common/aws-codeartifact.md b/pages/common/aws-codeartifact.md index 87c5d86d86..391a438b50 100644 --- a/pages/common/aws-codeartifact.md +++ b/pages/common/aws-codeartifact.md @@ -1,25 +1,25 @@ # aws codeartifact -> 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. +> 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 information: . - List available domains for your AWS account: `aws codeartifact list-domains` -- Generate credentials for a specific package manager (e.g.: npm, pip): +- Generate credentials for a specific package manager: -`aws codeartifact login --tool {{package_manager}} --domain {{your_domain}} --repository {{repository_name}}` +`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}}` -- Show list of all available CodeArtifact commands: +- Display help: `aws codeartifact help` -- Display help for specific EC2 subcommand: +- Display help for a specific subcommand: -`aws ec2 {{subcommand}} help` +`aws codeartifact {{subcommand}} help`