Google Cloud CLI는 Google Cloud를 위한 도구 집합입니다. 여기에는 명령줄에서 Compute Engine, Cloud Storage, BigQuery, 기타 서비스에 액세스하는 데 사용되는 gcloud, bq, 명령줄 도구가 포함되어 있습니다. 이러한 도구를 대화식으로 또는 자동화 스크립트를 사용하여 실행할 수 있습니다.
예를 들어 main 패키지가 포함된 Go 웹 앱을 App Engine에 배포하려면 다음 명령어를 실행합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-18(UTC)"],[[["\u003cp\u003eInstall the Go programming language by following the instructions in the Go Getting Started guide to prepare for development.\u003c/p\u003e\n"],["\u003cp\u003eEnhance Go development efficiency by installing editor plugins or IDEs that offer debugging, syntax highlighting, and code completion.\u003c/p\u003e\n"],["\u003cp\u003eUtilize the Google Cloud CLI, which includes the \u003ccode\u003egcloud\u003c/code\u003e and \u003ccode\u003ebq\u003c/code\u003e command-line tools, to interact with Google Cloud services like Compute Engine and BigQuery.\u003c/p\u003e\n"],["\u003cp\u003eIntegrate Google Cloud services into your Go projects using the Cloud Client Libraries for Go, installing them via the \u003ccode\u003ego get\u003c/code\u003e command, for example \u003ccode\u003ego get cloud.google.com/go/storage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eSet up Application Default Credentials for local development by using the \u003ccode\u003egcloud auth application-default login\u003c/code\u003e command, enabling the use of Cloud Client Libraries.\u003c/p\u003e\n"]]],[],null,[]]