Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Halaman ini menjelaskan cara memulai
Google Cloud CLI
agar Anda dapat menggunakannya untuk mengelola profil koneksi dan tugas migrasi Database Migration Service.
Google Cloud CLI menyediakan Google Cloud CLI untuk berinteraksi dengan Database Migration Service dan layanan Google Cloud lainnya. Gcloud CLI
menggunakan API untuk mengakses Database Migration Service, sehingga Anda harus mengaktifkan API sebelum
dapat menggunakan alat tersebut.
Mulai menggunakan Google Cloud CLI
Untuk memulai gcloud CLI, baca
dokumentasi Google Cloud CLI.
Anda bisa mendapatkan bantuan untuk alat, resource, dan
perintah menggunakan flag --help:
Perintah pertama mencantumkan
konfigurasi untuk gcloud CLI, termasuk project default apa pun yang telah Anda
tetapkan. Perintah kedua menetapkan project default.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-18 UTC."],[[["\u003cp\u003eThis page provides instructions on using the Google Cloud CLI to manage Database Migration Service connection profiles and migration jobs.\u003c/p\u003e\n"],["\u003cp\u003eThe gcloud CLI interacts with Database Migration Service via its API, necessitating API enablement before usage.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the \u003ccode\u003e--help\u003c/code\u003e flag to see information on how to use the tool, resources, and commands within the gcloud CLI.\u003c/p\u003e\n"],["\u003cp\u003eTo configure your project, list the current configuration with \u003ccode\u003egcloud config list\u003c/code\u003e and then set your default project with \u003ccode\u003egcloud config set project [PROJECT_ID]\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Use the gcloud CLI\n\n\u003cbr /\u003e\n\nThis page describes how to get started with the\n[Google Cloud CLI](/sdk/docs)\nso you can use it to manage Database Migration Service connection profiles and migration jobs.\n\nThe Google Cloud CLI\nprovides the Google Cloud CLI to interact with\nDatabase Migration Service and other Google Cloud services. The gcloud CLI\nuses the API to access Database Migration Service, so you must enable the API before you\ncan use the tool.\n\nGet started with the Google Cloud CLI\n-------------------------------------\n\nTo start with the gcloud CLI, review the\n[Google Cloud CLI documentation](/sdk/docs).\nYou can get help for the tool, resources, and\ncommands by using the `--help` flag: \n\n```bash\ngcloud database-migration --help\ngcloud database-migration connection-profiles create --help\ngcloud database-migration migration-jobs promote --help\n```\n\n\nFinally, configure a project as your default project with\nthe following commands: \n\n```bash\ngcloud config list\ngcloud config set project [PROJECT_ID]\n```\n\nThe first command lists the\nconfiguration for the gcloud CLI, including any default project that you\nalready set. The second command sets the default project."]]