mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +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,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha spanner samples run APPNAME --instance-id=INSTANCE_ID
|
||||
[--no-cleanup] [--database-id=DATABASE_ID]
|
||||
[--duration=DURATION; default="1h"] [GCLOUD_WIDE_FLAG ...]
|
||||
[--duration=DURATION; default="1h"] [--skip-init]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Each Cloud Spanner sample application includes a backend gRPC
|
||||
|
|
@ -44,6 +45,9 @@ OPTIONAL FLAGS
|
|||
Duration of time allowed to run the sample app before stopping the
|
||||
service.
|
||||
|
||||
--skip-init
|
||||
Use an existing database instead of creating a new one.
|
||||
|
||||
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