Google Cloud SDK 설치하기
설치 방법
공식 문서만 잘 따라가도 된다. Windows 10 환경 기준으로 정리
- 파워쉘을 이용해서 설치 프로그램 실행
1 2
(New-Object Net.WebClient).DownloadFile("https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe", "$env:Temp/GoogleCloudSDKInstaller.exe") & $env:Temp/GoogleCloudSDKInstaller.exe
- 설치 프로그램으로 설치 진행
- 설치 완료 후 터미널에서 초기 설정
1
gcloud init
제거 방법
Windows 10의 경우 Cloud SDK 디렉토리에 있는 uninstaller.exe를 실행한다.
이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.