En esta página, se describe cómo comenzar a usar Google Cloud CLI para administrar los perfiles de conexión y los trabajos de migración de Database Migration Service.
Google Cloud CLI proporciona la CLI de Google Cloud para interactuar con Database Migration Service y otros servicios de Google Cloud . Gcloud CLI usa la API para acceder a Database Migration Service, por lo que debes habilitar la API antes de usar la herramienta.
Comienza a usar Google Cloud CLI
Para comenzar a usar gcloud CLI, revisa la documentación de Google Cloud CLI.
Puedes obtener ayuda para la herramienta, los recursos y los comandos mediante la marca --help:
Por último, configura un proyecto como tu proyecto predeterminado con dos comandos. El primero de los siguientes comandos muestra la configuración de la CLI de gcloud, incluido cualquier proyecto predeterminado que ya esté configurado. El segundo comando configura el proyecto predeterminado.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-09-05 (UTC)"],[[["\u003cp\u003eThis guide outlines how to use the Google Cloud CLI for managing Database Migration Service connection profiles and migration jobs.\u003c/p\u003e\n"],["\u003cp\u003eThe Google Cloud CLI interacts with Database Migration Service through its API, which must be enabled beforehand.\u003c/p\u003e\n"],["\u003cp\u003eYou can find comprehensive information on the Google Cloud CLI in the official documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003e--help\u003c/code\u003e flag provides assistance with the tool, resources, and specific commands within the Google Cloud CLI.\u003c/p\u003e\n"],["\u003cp\u003eYou can configure a default project for your Google Cloud CLI environment using the \u003ccode\u003egcloud config list\u003c/code\u003e and \u003ccode\u003egcloud config set project [PROJECT_ID]\u003c/code\u003e commands.\u003c/p\u003e\n"]]],[],null,["# Use the gcloud CLI\n\n\u003cbr /\u003e\n\n[MySQL](/database-migration/docs/mysql/use-the-cloud-sdk \"View this page for the MySQL version of Database Migration Service.\") \\| [PostgreSQL](/database-migration/docs/postgres/use-the-cloud-sdk \"View this page for the PostgreSQL version of Database Migration Service.\") \\| PostgreSQL to AlloyDB\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nOverview\n--------\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\ntwo commands. The first command below lists the\nconfiguration for the gcloud CLI, including any default project\nalready set. The second command sets the default project. \n\n```bash\ngcloud config list\ngcloud config set project [PROJECT_ID]\n```"]]