윈도우 gcloud CLI 설치

Jmnote (토론 | 기여)님의 2024년 5월 26일 (일) 10:25 판 (새 문서: ==개요== ;윈도우 gcloud CLI 설치 <syntaxhighlight lang='powershell'> (New-Object Net.WebClient).DownloadFile("https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKIn...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

윈도우 gcloud CLI 설치
(New-Object Net.WebClient).DownloadFile("https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe", "$env:Temp\GoogleCloudSDKInstaller.exe")

& $env:Temp\GoogleCloudSDKInstaller.exe

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}