mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 09:25:44 +00:00
gcloud: Wed Jan 15 09:50:59 UTC 2025
This commit is contained in:
parent
5a9f5ff67e
commit
4a036681b1
126 changed files with 4290 additions and 679 deletions
|
|
@ -5,8 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud database-migration conversion-workspaces import-rules
|
||||
(CONVERSION_WORKSPACE : --region=REGION)
|
||||
--config-files=CONGIF_FILE,[CONGIF_FILE,...] --file-format=FILE_FORMAT
|
||||
[--auto-commit] [GCLOUD_WIDE_FLAG ...]
|
||||
--config-files=CONGIF_FILE,[CONGIF_FILE,...] [--auto-commit]
|
||||
[--file-format=FILE_FORMAT; default="ORA2PG"] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Import mapping rules in a Database Migration Service conversion workspace
|
||||
|
|
@ -59,14 +59,14 @@ REQUIRED FLAGS
|
|||
or if multiple files are to be provided, each file should correspond to
|
||||
one schema. Provide file paths as a comma separated list.
|
||||
|
||||
--file-format=FILE_FORMAT
|
||||
File format type to import rules from. FILE_FORMAT must be (only one
|
||||
value is supported): ORA2PG.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--auto-commit
|
||||
Auto commits the conversion workspace.
|
||||
|
||||
--file-format=FILE_FORMAT; default="ORA2PG"
|
||||
File format type to import rules from. FILE_FORMAT must be (only one
|
||||
value is supported): ORA2PG.
|
||||
|
||||
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