gcloud

Google Cloud Platform을 위한 공식 CLI 도구. 참고: gcloud 하위 명령에는 자체 사용 설명서가 있습니다. 더 많은 정보: https://cloud.google.com/sdk/gcloud.

gcloud config list

gcloud auth login

gcloud config set project {{프로젝트_이름}}

gcloud compute ssh {{사용자}}@{{인스턴스}}

gcloud compute instances list

gcloud container clusters get-credentials {{클러스터_이름}}

gcloud components update

gcloud help {{명령}}