mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Jan 18 10:21:20 UTC 2024
This commit is contained in:
parent
5fec13c692
commit
a47e1e835a
156 changed files with 4341 additions and 674 deletions
|
|
@ -3,10 +3,10 @@ NAME
|
|||
to Cloud Spanner
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha spanner migrate schema --source=SOURCE [--dry-run]
|
||||
[--log-level=LOG_LEVEL] [--prefix=PREFIX]
|
||||
[--source-profile=SOURCE_PROFILE] [--target=TARGET]
|
||||
[--target-profile=TARGET_PROFILE] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha spanner migrate schema --source=SOURCE
|
||||
--target-profile=TARGET_PROFILE [--dry-run] [--log-level=LOG_LEVEL]
|
||||
[--prefix=PREFIX] [--source-profile=SOURCE_PROFILE] [--target=TARGET]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Migrate schema from a source database to Cloud Spanner.
|
||||
|
|
@ -22,6 +22,10 @@ REQUIRED FLAGS
|
|||
Flag for specifying source database (e.g., PostgreSQL, MySQL,
|
||||
DynamoDB).
|
||||
|
||||
--target-profile=TARGET_PROFILE
|
||||
Flag for specifying connection profile for target database (e.g.,
|
||||
"dialect=postgresql)".
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--dry-run
|
||||
Flag for generating DDL and schema conversion report without creating a
|
||||
|
|
@ -41,10 +45,6 @@ OPTIONAL FLAGS
|
|||
Specifies the target database, defaults to Spanner (accepted values:
|
||||
Spanner) (default "Spanner").
|
||||
|
||||
--target-profile=TARGET_PROFILE
|
||||
Flag for specifying connection profile for target database (e.g.,
|
||||
"dialect=postgresql)".
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue