mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 11:21:48 +00:00
gcloud: Wed Aug 20 11:13:38 UTC 2025
This commit is contained in:
parent
d6d01162c7
commit
470b35e498
164 changed files with 1705 additions and 392 deletions
|
|
@ -3,8 +3,9 @@ NAME
|
|||
object
|
||||
|
||||
SYNOPSIS
|
||||
gcloud database-migration objects lookup --database=DATABASE
|
||||
(--migration-job=MIGRATION_JOB : --region=REGION)
|
||||
gcloud database-migration objects lookup
|
||||
(--database=DATABASE --schema=SCHEMA --table=TABLE)
|
||||
(--migration-job=MIGRATION_JOB : --region=REGION) [--type=TYPE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -25,6 +26,12 @@ REQUIRED FLAGS
|
|||
--database=DATABASE
|
||||
The name of the database to lookup.
|
||||
|
||||
--schema=SCHEMA
|
||||
The name of the schema to lookup.
|
||||
|
||||
--table=TABLE
|
||||
The name of the table to lookup.
|
||||
|
||||
Migration job resource - The migration job to list migration job objects.
|
||||
The arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
|
|
@ -56,6 +63,11 @@ REQUIRED FLAGS
|
|||
fully specified name;
|
||||
▸ provide the argument --region on the command line.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--type=TYPE
|
||||
The type of the object to lookup. If not provided, the default is
|
||||
DATABASE. TYPE must be one of: DATABASE, SCHEMA, TABLE.
|
||||
|
||||
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