mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Sep 21 11:28:40 UTC 2022
This commit is contained in:
parent
8f4214beb2
commit
29683b8af4
122 changed files with 2393 additions and 199 deletions
|
|
@ -80,7 +80,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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue