mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 9 11:23:49 UTC 2023
This commit is contained in:
parent
678b9afba9
commit
19bfacfbed
148 changed files with 2955 additions and 379 deletions
37
gcloud/alpha/spanner/migrate/help
Normal file
37
gcloud/alpha/spanner/migrate/help
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
NAME
|
||||
gcloud alpha spanner migrate - migrate external databases to Cloud Spanner
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha spanner migrate COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Migrate external databases to Cloud Spanner.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
data
|
||||
(ALPHA) Migrate data from a source database to Cloud Spanner given a
|
||||
schema.
|
||||
|
||||
schema
|
||||
(ALPHA) Migrate schema from a source database to Cloud Spanner.
|
||||
|
||||
schema-and-data
|
||||
(ALPHA) Migrate data from a source database to Cloud Spanner given a
|
||||
schema.
|
||||
|
||||
web
|
||||
(ALPHA) Run the web UI assistant for schema migrations.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue