1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Jun 12 09:25:04 UTC 2024

This commit is contained in:
Automated 2024-06-12 09:25:04 +00:00
parent 40ba53d37f
commit 04a1e3ce77
205 changed files with 8281 additions and 231 deletions

View file

@ -4,9 +4,9 @@ NAME
SYNOPSIS
gcloud alpha spanner databases ddl describe
(DATABASE : --instance=INSTANCE) [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
(DATABASE : --instance=INSTANCE) [--include-proto-descriptors]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe the DDL for a Cloud Spanner database.
@ -49,6 +49,11 @@ POSITIONAL ARGUMENTS
▸ provide the argument --instance on the command line;
▸ set the property spanner/instance.
FLAGS
--include-proto-descriptors
Include debug string of proto bundle descriptors in the output. The
output is information only and not meant to be parsed.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.

View file

@ -4,7 +4,9 @@ NAME
SYNOPSIS
gcloud alpha spanner databases ddl update (DATABASE : --instance=INSTANCE)
[--async] [--ddl=DDL] [--ddl-file=DDL_FILE] [GCLOUD_WIDE_FLAG ...]
[--async] [--ddl=DDL] [--ddl-file=DDL_FILE]
[--proto-descriptors-file=PROTO_DESCRIPTORS_FILE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update the DDL for a Cloud Spanner database.
@ -65,6 +67,11 @@ FLAGS
--ddl_file is set, --ddl is ignored. One line comments starting with --
are ignored.
--proto-descriptors-file=PROTO_DESCRIPTORS_FILE
Path of a file that contains a protobuf-serialized
google.protobuf.FileDescriptorSet message. To generate it, install and
run protoc with --include_imports and --descriptor_set_out.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,