목록으로키 발급 →
설명
Google Cloud Platform 전체 리소스를 커맨드라인으로 관리하는 공식 CLI입니다. Cloud Run 배포, GCS 버킷 관리, BigQuery 쿼리, Compute Engine, IAM 권한 설정, GKE 클러스터 운영을 지원합니다. GCP를 사용하는 한국 개발자에게 필수 도구입니다.
인증 방식
API 키 필요
CORS 지원
미지원 (프록시 필요)
가격
무료
태그
CLIGCPGoogle Cloud배포서버리스
사용 예시
curl -s "https://cloud.google.com/sdk/docs/install?serviceKey=YOUR_API_KEY"
코드 예시
curl -s \ -H "Authorization: Bearer YOUR_API_KEY" \ "https://cloud.google.com/sdk/docs/install"
API Playground
실제 API를 브라우저에서 바로 테스트해보세요