1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Sep 21 11:28:40 UTC 2022

This commit is contained in:
Automated 2022-09-21 11:28:40 +00:00
parent 8f4214beb2
commit 29683b8af4
Failed to extract signature
122 changed files with 2393 additions and 199 deletions

View file

@ -77,7 +77,8 @@ FLAGS
is an error in any statement, the database is not created. This option
is not supported for the PostgreSQL dialect. Full DDL specification is
at https://cloud.google.com/spanner/docs/data-definition-language. If
--ddl_file is set, --ddl is ignored.
--ddl_file is set, --ddl is ignored. One line comments starting with --
are ignored.
Key resource - Cloud KMS key to be used to create the Cloud Spanner
database. The arguments in this group can be used to specify the

View file

@ -58,7 +58,8 @@ FLAGS
Path of a file containing semi-colon separated DDL (data definition
language) statements to run inside the database. If a statement fails,
all subsequent statements in the batch are automatically cancelled. If
--ddl_file is set, --ddl is ignored.
--ddl_file is set, --ddl is ignored. One line comments starting with --
are ignored.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,