

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# Cargo 명령 지원
<a name="cargo-commands"></a>

다음 섹션에는 지원되지 않는 특정 명령 외에도 CodeArtifact 리포지토리에서 지원하는 Cargo 명령이 요약되어 있습니다.

**Contents**
+ [레지스트리에 액세스해야 하는 지원되는 명령](#supported-commands-access-the-registry)
+ [지원되지 않는 명령](#unsupported-commands)

## 레지스트리에 액세스해야 하는 지원되는 명령
<a name="supported-commands-access-the-registry"></a>

이 섹션에는 Cargo 클라이언트가 구성된 레지스트리에 액세스해야 하는 Cargo 명령이 나열되어 있습니다. CodeArtifact 리포지토리에 대해 이러한 명령을 간접적으로 호출했을 때 제대로 작동하는 것으로 확인되었습니다.


****  

| 명령 | 설명 | 
| --- | --- | 
|  [build](https://doc.rust-lang.org/cargo/commands/cargo-build.html)  | 로컬 패키지와 해당 종속성을 빌드합니다. | 
|  [check](https://doc.rust-lang.org/cargo/commands/cargo-check.html)  | 로컬 패키지와 해당 종속성에 오류가 있는지 확인합니다. | 
|  [fetch](https://doc.rust-lang.org/cargo/commands/cargo-fetch.html)  | 패키지의 종속성을 가져옵니다. | 
|  [publish](https://doc.rust-lang.org/cargo/commands/cargo-publish.html)  | 패키지를 레지스트리에 게시합니다. | 

## 지원되지 않는 명령
<a name="unsupported-commands"></a>

다음 Cargo 명령은 CodeArtifact 리포지토리에서 지원되지 않습니다.


****  

| 명령 | 설명 | 
| --- | --- | 
|  [owner](https://doc.rust-lang.org/cargo/commands/cargo-owner.html)  | 레지스트리의 크레이트 소유자를 관리합니다. | 
|  [search](https://doc.rust-lang.org/cargo/commands/cargo-search.html)  | 레지스트리에서 패키지를 검색합니다. | 