You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-codeartifact/README.md
+12-10
Original file line number
Diff line number
Diff line change
@@ -21,17 +21,12 @@ view of a package manager client. </p>
21
21
<b>Repository</b>: A CodeArtifact repository contains a set of <ahref="https://docs.aws.amazon.com/codeartifact/latest/ug/welcome.html#welcome-concepts-package-version">package
22
22
versions</a>, each of which maps to a set of assets, or files. Repositories are
23
23
polyglot, so a single repository can contain packages of any supported type. Each
24
-
repository exposes endpoints for fetching and publishing packages using tools like the
25
-
<b>
24
+
repository exposes endpoints for fetching and publishing packages using tools such as the <b>
26
25
<code>npm</code>
27
-
</b> CLI, the Maven CLI (<b>
26
+
</b> CLI or the Maven CLI (<b>
28
27
<code>mvn</code>
29
-
</b>), Python CLIs (<b>
30
-
<code>pip</code>
31
-
</b> and <code>twine</code>), NuGet CLIs (<code>nuget</code> and <code>dotnet</code>), and
32
-
the Swift package manager (<b>
33
-
<code>swift</code>
34
-
</b>).</p>
28
+
</b>). For a list of supported package managers, see the
29
+
<ahref="https://docs.aws.amazon.com/codeartifact/latest/ug/welcome.html">CodeArtifact User Guide</a>.</p>
35
30
</li>
36
31
<li>
37
32
<p>
@@ -53,7 +48,9 @@ across their organization.</p>
53
48
<li>
54
49
<p>
55
50
<b>Package</b>: A <i>package</i> is a bundle of software and the metadata required to
56
-
resolve dependencies and install the software. CodeArtifact supports <ahref="https://docs.aws.amazon.com/codeartifact/latest/ug/using-npm.html">npm</a>, <ahref="https://docs.aws.amazon.com/codeartifact/latest/ug/using-python.html">PyPI</a>, <ahref="https://docs.aws.amazon.com/codeartifact/latest/ug/using-maven">Maven</a>, <ahref="https://docs.aws.amazon.com/codeartifact/latest/ug/using-nuget">NuGet</a>, <ahref="https://docs.aws.amazon.com/codeartifact/latest/ug/using-swift">Swift</a>, and <ahref="https://docs.aws.amazon.com/codeartifact/latest/ug/using-generic">generic</a> package formats.</p>
51
+
resolve dependencies and install the software. CodeArtifact supports npm, PyPI, Maven, NuGet, Swift, Ruby, and generic package formats.
52
+
For more information about the supported package formats and how to use CodeArtifact with them, see the
53
+
<ahref="https://docs.aws.amazon.com/codeartifact/latest/ug/welcome.html">CodeArtifact User Guide</a>.</p>
* <b>Repository</b>: A CodeArtifact repository contains a set of <a href="https://docs.aws.amazon.com/codeartifact/latest/ug/welcome.html#welcome-concepts-package-version">package
1076
1076
* versions</a>, each of which maps to a set of assets, or files. Repositories are
1077
1077
* polyglot, so a single repository can contain packages of any supported type. Each
1078
-
* repository exposes endpoints for fetching and publishing packages using tools like the
1079
-
* <b>
1078
+
* repository exposes endpoints for fetching and publishing packages using tools such as the <b>
1080
1079
* <code>npm</code>
1081
-
* </b> CLI, the Maven CLI (<b>
1080
+
* </b> CLI or the Maven CLI (<b>
1082
1081
* <code>mvn</code>
1083
-
* </b>), Python CLIs (<b>
1084
-
* <code>pip</code>
1085
-
* </b> and <code>twine</code>), NuGet CLIs (<code>nuget</code> and <code>dotnet</code>), and
1086
-
* the Swift package manager (<b>
1087
-
* <code>swift</code>
1088
-
* </b>).</p>
1082
+
* </b>). For a list of supported package managers, see the
1083
+
* <a href="https://docs.aws.amazon.com/codeartifact/latest/ug/welcome.html">CodeArtifact User Guide</a>.</p>
* <b>Repository</b>: A CodeArtifact repository contains a set of <a href="https://docs.aws.amazon.com/codeartifact/latest/ug/welcome.html#welcome-concepts-package-version">package
503
503
* versions</a>, each of which maps to a set of assets, or files. Repositories are
504
504
* polyglot, so a single repository can contain packages of any supported type. Each
505
-
* repository exposes endpoints for fetching and publishing packages using tools like the
506
-
* <b>
505
+
* repository exposes endpoints for fetching and publishing packages using tools such as the <b>
507
506
* <code>npm</code>
508
-
* </b> CLI, the Maven CLI (<b>
507
+
* </b> CLI or the Maven CLI (<b>
509
508
* <code>mvn</code>
510
-
* </b>), Python CLIs (<b>
511
-
* <code>pip</code>
512
-
* </b> and <code>twine</code>), NuGet CLIs (<code>nuget</code> and <code>dotnet</code>), and
513
-
* the Swift package manager (<b>
514
-
* <code>swift</code>
515
-
* </b>).</p>
509
+
* </b>). For a list of supported package managers, see the
510
+
* <a href="https://docs.aws.amazon.com/codeartifact/latest/ug/welcome.html">CodeArtifact User Guide</a>.</p>
0 commit comments