gcloud*: add Korean translation (#14119)

This commit is contained in:
코드싸이
2024-10-11 13:32:32 +09:00
committed by GitHub
parent b1f220d087
commit 3eba37f10a
21 changed files with 474 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# gcloud config
> `gcloud`의 다양한 구성 관리.
> 같이 보기: `gcloud`.
> 더 많은 정보: <https://cloud.google.com/sdk/gcloud/reference/config>.
- 현재 구성에 대한 속성(예: compute/zone) 정의:
`gcloud config set {{속성}} {{값}}`
- `gcloud` 속성의 값 가져오기:
`gcloud config get {{속성}}`
- 현재 구성의 모든 속성 표시:
`gcloud config list`
- 주어진 이름으로 새 구성 만들기:
`gcloud config configurations create {{구성_이름}}`
- 사용 가능한 모든 구성 목록 표시:
`gcloud config configurations list`
- 주어진 이름의 기존 구성으로 전환:
`gcloud config configurations activate {{구성_이름}}`