gcloud CLI의 기본 프로젝트를 설정하세요. 이때 PROJECT_ID를 Bigtable 인스턴스가 위치한 프로젝트로 바꿉니다.
gcloud config set project PROJECT_ID
이제 Bigtable에 gcloud CLI 및 cbt CLI를 사용할 수 있습니다.
도움말 보기
gcloud CLI에서 Bigtable 작업의 각 명령어는 gcloud bigtable 또는 gcloud beta bigtable로 시작합니다.
각 명령어에 대한 도움말을 보려면 참조 문서 또는 베타 참조 문서를 확인하거나 아래와 같이 gcloud CLI 도구를 사용합니다.
gcloudbigtableclusters--help# help for all commandsgcloudbigtableclusterscreate--help# help for the `create` command
[[["이해하기 쉬움","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-04-03(UTC)"],[[["The gcloud CLI and cbt CLI can be used as command-line alternatives to the Google Cloud console for managing Bigtable instances."],["Installation requires updating the gcloud CLI and installing the beta component along with the cbt CLI via the `gcloud components install beta cbt` command."],["Set a default project using `gcloud config set project PROJECT_ID` for your Bigtable instances."],["You can use `gcloud bigtable --help` or `cbt help` to view a list of available commands and learn about specific commands."]]],[]]