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:
parent
40ba53d37f
commit
04a1e3ce77
205 changed files with 8281 additions and 231 deletions
|
|
@ -4,7 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta 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
|
||||
(BETA) 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue