mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Dec 18 10:57:44 UTC 2025
This commit is contained in:
parent
6d07e70b12
commit
bdd724fcf3
219 changed files with 8033 additions and 381 deletions
|
|
@ -4,11 +4,13 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud spanner cli (DATABASE : --instance=INSTANCE)
|
||||
[--database-role=DATABASE_ROLE] [--delimiter=DELIMITER; default=";"]
|
||||
[--execute=EXECUTE] [--host=HOST; default="localhost"] [--html]
|
||||
[--directed-read=DIRECTED_READ] [--execute=EXECUTE]
|
||||
[--host=HOST; default="localhost"] [--html]
|
||||
[--idle-transaction-timeout=IDLE_TRANSACTION_TIMEOUT; default=60]
|
||||
[--init-command=INIT_COMMAND] [--init-command-add=INIT_COMMAND_ADD]
|
||||
[--port=PORT] [--prompt=PROMPT; default="spanner-cli> "]
|
||||
[--skip-column-names] [--skip-system-command] [--source=SOURCE]
|
||||
[--proto-descriptor-file=PROTO_DESCRIPTOR_FILE] [--skip-column-names]
|
||||
[--skip-system-command] [--source=SOURCE]
|
||||
[--system-command=SYSTEM_COMMAND; default="ON"] [--table] [--tee=TEE]
|
||||
[--xml] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -60,6 +62,12 @@ FLAGS
|
|||
--delimiter=DELIMITER; default=";"
|
||||
Set the statement delimiter.
|
||||
|
||||
--directed-read=DIRECTED_READ
|
||||
Enables directed reads to provide the flexibility to route read-only
|
||||
transactions and single reads to a specific replica type or region
|
||||
(replica_location:replica_type). The replica_type is optional and can
|
||||
be either READ_ONLY or READ_WRITE.
|
||||
|
||||
--execute=EXECUTE
|
||||
Execute the statement and then exits.
|
||||
|
||||
|
|
@ -84,6 +92,10 @@ FLAGS
|
|||
--prompt=PROMPT; default="spanner-cli> "
|
||||
Set the prompt to the specified format.
|
||||
|
||||
--proto-descriptor-file=PROTO_DESCRIPTOR_FILE
|
||||
Path of a file that contains a protobuf-serialized
|
||||
google.protobuf.FileDescriptorSet message to use in this invocation.
|
||||
|
||||
--skip-column-names
|
||||
Do not show column names in output.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue