문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판다음 판 | 이전 판 | ||
| utils:gcloud [2018/02/12 15:33] – taekgu | utils:gcloud [2025/04/15 10:05] (현재) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| - | ===== Google Cloud SDK ===== | + | ===== Google Cloud ===== |
| + | ==== Google Cloud SDK ==== | ||
| 명령 프롬프트에 다음을 입력합니다. | 명령 프롬프트에 다음을 입력합니다. | ||
| 줄 11: | 줄 12: | ||
| gcloud init | gcloud init | ||
| - | ===== Cloud Source Repository | + | ==== Cloud Source Repository ==== |
| + | GCP의 소스저장소에서 소스Repository가져오기 | ||
| gcloud source repos clone mama --project=gentle-presence-194115 | gcloud source repos clone mama --project=gentle-presence-194115 | ||
| + | gcloud source repos clone docuwiki --project=gentle-presence-194115 | ||
| + | |||
| + | git pull google master | ||
| | | ||
| + | ==== gcloud update ==== | ||
| + | gcloud update하기 | ||
| + | gcloud components update | ||
| + | 되돌리기 | ||
| + | gcloud components update --version 187.0.0 | ||
| + | ==== 용어 ==== | ||
| + | * **IaaS**(Infrastructure as a Service) : Compute Engine | ||
| + | * **PaaS**(Platform as a Service) : App Engine | ||
| + | * **Kubernetes**(쿠버네티스)기반의 Docker런타임 : Container Engine | ||
| + | |||