mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jun 12 09:25:04 UTC 2024
This commit is contained in:
parent
40ba53d37f
commit
04a1e3ce77
205 changed files with 8281 additions and 231 deletions
|
|
@ -20,7 +20,13 @@ SYNOPSIS
|
|||
--postgresql-port=POSTGRESQL_PORT
|
||||
--postgresql-username=POSTGRESQL_USERNAME
|
||||
(--postgresql-password=POSTGRESQL_PASSWORD
|
||||
| --postgresql-prompt-for-password)]
|
||||
| --postgresql-prompt-for-password)
|
||||
| --sqlserver-database=SQLSERVER_DATABASE
|
||||
--sqlserver-hostname=SQLSERVER_HOSTNAME
|
||||
--sqlserver-port=SQLSERVER_PORT
|
||||
--sqlserver-username=SQLSERVER_USERNAME
|
||||
(--sqlserver-password=SQLSERVER_PASSWORD
|
||||
| --sqlserver-prompt-for-password)]
|
||||
[--no-connectivity | --private-connection-name=PRIVATE_CONNECTION_NAME
|
||||
| --static-ip-connectivity
|
||||
| [--forward-ssh-hostname=FORWARD_SSH_HOSTNAME
|
||||
|
|
@ -240,6 +246,40 @@ OPTIONAL FLAGS
|
|||
--postgresql-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
--sqlserver-database=SQLSERVER_DATABASE
|
||||
Database service for the SQL Server connection.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--sqlserver-hostname=SQLSERVER_HOSTNAME
|
||||
IP or hostname of the SQL Server source database.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--sqlserver-port=SQLSERVER_PORT
|
||||
Network port of the SQL Server source database.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--sqlserver-username=SQLSERVER_USERNAME
|
||||
Username Datastream will use to connect to the database.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--sqlserver-password=SQLSERVER_PASSWORD
|
||||
Password for the user that Datastream will be using to connect to
|
||||
the database. This field is not returned on request, and the value
|
||||
is encrypted when stored in Datastream.
|
||||
|
||||
--sqlserver-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--no-connectivity
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@ SYNOPSIS
|
|||
[--full-hierarchy | --hierarchy-depth=HIERARCHY_DEPTH]
|
||||
[--mysql-rdbms-file=MYSQL_RDBMS_FILE
|
||||
| --oracle-rdbms-file=ORACLE_RDBMS_FILE
|
||||
| --postgresql-rdbms-file=POSTGRESQL_RDBMS_FILE]
|
||||
| --postgresql-rdbms-file=POSTGRESQL_RDBMS_FILE
|
||||
| --sqlserver-rdbms-file=SQLSERVER_RDBMS_FILE]
|
||||
[--recursive | --recursive-depth=RECURSIVE_DEPTH]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -109,6 +110,11 @@ OPTIONAL FLAGS
|
|||
enrich with child data objects and metadata. If you pass - as the
|
||||
value of the flag the file content will be read from stdin.
|
||||
|
||||
--sqlserver-rdbms-file=SQLSERVER_RDBMS_FILE
|
||||
Path to a YAML (or JSON) file containing the SQL Server RDBMS to
|
||||
enrich with child data objects and metadata. If you pass - as the
|
||||
value of the flag the file content will be read from stdin.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--recursive
|
||||
|
|
|
|||
|
|
@ -21,7 +21,13 @@ SYNOPSIS
|
|||
--postgresql-port=POSTGRESQL_PORT
|
||||
--postgresql-username=POSTGRESQL_USERNAME
|
||||
--postgresql-password=POSTGRESQL_PASSWORD
|
||||
| --postgresql-prompt-for-password]
|
||||
| --postgresql-prompt-for-password
|
||||
| --sqlserver-database=SQLSERVER_DATABASE
|
||||
--sqlserver-hostname=SQLSERVER_HOSTNAME
|
||||
--sqlserver-port=SQLSERVER_PORT
|
||||
--sqlserver-username=SQLSERVER_USERNAME
|
||||
--sqlserver-password=SQLSERVER_PASSWORD
|
||||
| --sqlserver-prompt-for-password]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--no-connectivity | --private-connection-name=PRIVATE_CONNECTION_NAME
|
||||
| --static-ip-connectivity
|
||||
|
|
@ -198,6 +204,28 @@ OPTIONAL FLAGS
|
|||
--postgresql-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
--sqlserver-database=SQLSERVER_DATABASE
|
||||
Database service for the SQL Server connection.
|
||||
|
||||
--sqlserver-hostname=SQLSERVER_HOSTNAME
|
||||
IP or hostname of the SQL Server source database.
|
||||
|
||||
--sqlserver-port=SQLSERVER_PORT
|
||||
Network port of the SQL Server source database.
|
||||
|
||||
--sqlserver-username=SQLSERVER_USERNAME
|
||||
Username Datastream will use to connect to the database.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--sqlserver-password=SQLSERVER_PASSWORD
|
||||
Password for the user that Datastream will be using to connect to
|
||||
the database. This field is not returned on request, and the value
|
||||
is encrypted when stored in Datastream.
|
||||
|
||||
--sqlserver-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-labels
|
||||
|
|
|
|||
|
|
@ -7,13 +7,15 @@ SYNOPSIS
|
|||
(--backfill-none
|
||||
| --backfill-all --mysql-excluded-objects=MYSQL_EXCLUDED_OBJECTS
|
||||
| --oracle-excluded-objects=ORACLE_EXCLUDED_OBJECTS
|
||||
| --postgresql-excluded-objects=POSTGRESQL_EXCLUDED_OBJECTS)
|
||||
| --postgresql-excluded-objects=POSTGRESQL_EXCLUDED_OBJECTS
|
||||
| --sqlserver-excluded-objects=SQLSERVER_EXCLUDED_OBJECTS)
|
||||
(--destination-name=DESTINATION_NAME
|
||||
(--bigquery-destination-config=BIGQUERY_DESTINATION_CONFIG
|
||||
| --gcs-destination-config=GCS_DESTINATION_CONFIG))
|
||||
(--source-name=SOURCE_NAME (--mysql-source-config=MYSQL_SOURCE_CONFIG
|
||||
| --oracle-source-config=ORACLE_SOURCE_CONFIG
|
||||
| --postgresql-source-config=POSTGRESQL_SOURCE_CONFIG))
|
||||
| --postgresql-source-config=POSTGRESQL_SOURCE_CONFIG
|
||||
| --sqlserver-source-config=SQLSERVER_SOURCE_CONFIG))
|
||||
[--labels=[KEY=VALUE,...]] [--force | --validate-only]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -168,6 +170,31 @@ REQUIRED FLAGS
|
|||
}
|
||||
}
|
||||
|
||||
--sqlserver-excluded-objects=SQLSERVER_EXCLUDED_OBJECTS
|
||||
Path to a YAML (or JSON) file containing the SQL Server data
|
||||
sources to avoid backfilling.
|
||||
|
||||
The JSON file is formatted as follows, with camelCase field naming:
|
||||
|
||||
{
|
||||
"schemas": [
|
||||
{
|
||||
"schema": "SAMPLE",
|
||||
"tables": [
|
||||
{
|
||||
"table": "SAMPLE_TABLE",
|
||||
"columns": [
|
||||
{
|
||||
"column": "COL",
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
This must be specified.
|
||||
|
||||
Connection profile resource - Resource ID of the destination connection
|
||||
|
|
@ -339,6 +366,36 @@ REQUIRED FLAGS
|
|||
"publication": "SAMPLE_PUBLICATION"
|
||||
}
|
||||
|
||||
--sqlserver-source-config=SQLSERVER_SOURCE_CONFIG
|
||||
Path to a YAML (or JSON) file containing the configuration for SQL
|
||||
Server Source Config.
|
||||
|
||||
The JSON file is formatted as follows, with camelCase field naming:
|
||||
|
||||
{
|
||||
"includeObjects": {},
|
||||
"excludeObjects": {
|
||||
"schemas": [
|
||||
{
|
||||
"schema": "SAMPLE",
|
||||
"tables": [
|
||||
{
|
||||
"table": "SAMPLE_TABLE",
|
||||
"columns": [
|
||||
{
|
||||
"column": "COL",
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"maxConcurrentCdcTasks": 2,
|
||||
"maxConcurrentBackfillTasks": 10,
|
||||
"transactionLogs": {} # Or changeTables
|
||||
}
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ SYNOPSIS
|
|||
[--backfill-none
|
||||
| --backfill-all --mysql-excluded-objects=MYSQL_EXCLUDED_OBJECTS
|
||||
| --oracle-excluded-objects=ORACLE_EXCLUDED_OBJECTS
|
||||
| --postgresql-excluded-objects=POSTGRESQL_EXCLUDED_OBJECTS]
|
||||
| --postgresql-excluded-objects=POSTGRESQL_EXCLUDED_OBJECTS
|
||||
| --sqlserver-excluded-objects=SQLSERVER_EXCLUDED_OBJECTS]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--destination-name=DESTINATION_NAME
|
||||
--bigquery-destination-config=BIGQUERY_DESTINATION_CONFIG
|
||||
|
|
@ -16,7 +17,8 @@ SYNOPSIS
|
|||
[--force | --validate-only]
|
||||
[--source-name=SOURCE_NAME --mysql-source-config=MYSQL_SOURCE_CONFIG
|
||||
| --oracle-source-config=ORACLE_SOURCE_CONFIG
|
||||
| --postgresql-source-config=POSTGRESQL_SOURCE_CONFIG]
|
||||
| --postgresql-source-config=POSTGRESQL_SOURCE_CONFIG
|
||||
| --sqlserver-source-config=SQLSERVER_SOURCE_CONFIG]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -189,6 +191,31 @@ FLAGS
|
|||
}
|
||||
}
|
||||
|
||||
--sqlserver-excluded-objects=SQLSERVER_EXCLUDED_OBJECTS
|
||||
Path to a YAML (or JSON) file containing the SQL Server data
|
||||
sources to avoid backfilling.
|
||||
|
||||
The JSON file is formatted as follows, with camelCase field naming:
|
||||
|
||||
{
|
||||
"schemas": [
|
||||
{
|
||||
"schema": "SAMPLE",
|
||||
"tables": [
|
||||
{
|
||||
"table": "SAMPLE_TABLE",
|
||||
"columns": [
|
||||
{
|
||||
"column": "COL",
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-labels
|
||||
|
|
@ -379,6 +406,36 @@ FLAGS
|
|||
"publication": "SAMPLE_PUBLICATION"
|
||||
}
|
||||
|
||||
--sqlserver-source-config=SQLSERVER_SOURCE_CONFIG
|
||||
Path to a YAML (or JSON) file containing the configuration for
|
||||
PostgreSQL Source Config.
|
||||
|
||||
The JSON file is formatted as follows, with camelCase field naming:
|
||||
|
||||
{
|
||||
"includeObjects": {},
|
||||
"excludeObjects": {
|
||||
"schemas": [
|
||||
{
|
||||
"schema": "SAMPLE",
|
||||
"tables": [
|
||||
{
|
||||
"table": "SAMPLE_TABLE",
|
||||
"columns": [
|
||||
{
|
||||
"column": "COL",
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"maxConcurrentCdcTasks": 2,
|
||||
"maxConcurrentBackfillTasks": 10,
|
||||
"transactionLogs": {} # Or changeTables
|
||||
}
|
||||
|
||||
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