mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Fri Mar 22 09:56:14 UTC 2024
This commit is contained in:
parent
75379bf68b
commit
5b4fac9106
182 changed files with 4221 additions and 251 deletions
|
|
@ -9,7 +9,7 @@ SYNOPSIS
|
|||
[--conversion-workspace=CONVERSION_WORKSPACE]
|
||||
[--display-name=DISPLAY_NAME]
|
||||
[--dump-parallel-level=DUMP_PARALLEL_LEVEL] [--dump-path=DUMP_PATH]
|
||||
[--filter=FILTER] [--labels=[KEY=VALUE,...]]
|
||||
[--dump-type=DUMP_TYPE] [--filter=FILTER] [--labels=[KEY=VALUE,...]]
|
||||
[--cmek-key=CMEK_KEY
|
||||
: --cmek-keyring=CMEK_KEYRING --cmek-project=CMEK_PROJECT]
|
||||
[--peer-vpc=PEER_VPC | --static-ip
|
||||
|
|
@ -199,6 +199,10 @@ OPTIONAL FLAGS
|
|||
Path to the dump file in Google Cloud Storage, in the format:
|
||||
gs://[BUCKET_NAME]/[OBJECT_NAME].
|
||||
|
||||
--dump-type=DUMP_TYPE
|
||||
The type of the data dump. Currently applicable for MySQL to MySQL
|
||||
migrations only. DUMP_TYPE must be one of: LOGICAL, PHYSICAL.
|
||||
|
||||
--filter=FILTER
|
||||
Filter the entities based on AIP-160 (https://google.aip.dev/160)
|
||||
standard. Example: to filter all tables whose name start with
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ SYNOPSIS
|
|||
(MIGRATION_JOB : --region=REGION) [--no-async] [--commit-id=COMMIT_ID]
|
||||
[--destination=DESTINATION] [--display-name=DISPLAY_NAME]
|
||||
[--dump-parallel-level=DUMP_PARALLEL_LEVEL] [--dump-path=DUMP_PATH]
|
||||
[--filter=FILTER] [--source=SOURCE] [--type=TYPE]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--dump-type=DUMP_TYPE] [--filter=FILTER] [--source=SOURCE]
|
||||
[--type=TYPE] [--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--peer-vpc=PEER_VPC | --static-ip
|
||||
| --vm=VM --vm-ip=VM_IP --vm-port=VM_PORT --vpc=VPC]
|
||||
|
|
@ -110,6 +110,10 @@ FLAGS
|
|||
Path to the dump file in Google Cloud Storage, in the format:
|
||||
gs://[BUCKET_NAME]/[OBJECT_NAME].
|
||||
|
||||
--dump-type=DUMP_TYPE
|
||||
The type of the data dump. Currently applicable for MySQL to MySQL
|
||||
migrations only. DUMP_TYPE must be one of: LOGICAL, PHYSICAL.
|
||||
|
||||
--filter=FILTER
|
||||
Filter the entities based on AIP-160 (https://google.aip.dev/160)
|
||||
standard. Example: to filter all tables whose name start with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue