Install your package manager or build tool
To publish or consume packages from CodeArtifact, you must use a package manager. There are different package managers for each package type. The following list contains some package managers that you can use with CodeArtifact. If you haven't already, install the package managers for the package type you want to use.
-
For Maven, use either Apache Maven (
mvn
)or Gradle . -
For Python, use pip
to install packages and twine to publish packages. -
For NuGet, use the Toolkit for Visual Studio in Visual Studio or the nuget
or dotnet CLIs. -
For generic packages, use the AWS CLI or SDK to publish and download package contents.
Next steps
Your next steps will depend on which package type or types you are using with CodeArtifact, and the state of your CodeArtifact resources.
If you are getting started with CodeArtifact for the first time for yourself, your team, or organization, see the following documentation for general getting started information and help creating the resources you will need.
If your resources have already been created and you are ready to configure your package manager to push packages to or install packages from a CodeArtifact repository, see the documentation that corresponds to your package type or package manager.