diff --git a/clients/client-codeartifact/README.md b/clients/client-codeartifact/README.md index 28a1211dd9b1..b8a3040bd0e0 100644 --- a/clients/client-codeartifact/README.md +++ b/clients/client-codeartifact/README.md @@ -21,17 +21,12 @@ view of a package manager client.

Repository: A CodeArtifact repository contains a set of package versions, each of which maps to a set of assets, or files. Repositories are polyglot, so a single repository can contain packages of any supported type. Each -repository exposes endpoints for fetching and publishing packages using tools like the - +repository exposes endpoints for fetching and publishing packages using tools such as the npm - CLI, the Maven CLI ( + CLI or the Maven CLI ( mvn -), Python CLIs ( -pip - and twine), NuGet CLIs (nuget and dotnet), and -the Swift package manager ( -swift -).

+
). For a list of supported package managers, see the +CodeArtifact User Guide.

  • @@ -53,7 +48,9 @@ across their organization.

  • Package: A package is a bundle of software and the metadata required to -resolve dependencies and install the software. CodeArtifact supports npm, PyPI, Maven, NuGet, Swift, and generic package formats.

    +resolve dependencies and install the software. CodeArtifact supports npm, PyPI, Maven, NuGet, Swift, Ruby, and generic package formats. +For more information about the supported package formats and how to use CodeArtifact with them, see the +CodeArtifact User Guide.

    In CodeArtifact, a package consists of: