mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 24 09:45:53 UTC 2022
This commit is contained in:
parent
c614d893da
commit
978ed239f6
127 changed files with 2957 additions and 251 deletions
50
gcloud/beta/spanner/samples/help
Normal file
50
gcloud/beta/spanner/samples/help
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
NAME
|
||||
gcloud beta spanner samples - cloud Spanner sample apps
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta spanner samples COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Each Cloud Spanner sample application includes a backend gRPC
|
||||
service backed by a Cloud Spanner database and a workload script that
|
||||
generates service traffic.
|
||||
|
||||
These sample apps are open source and available at
|
||||
https://github.com/GoogleCloudPlatform/cloud-spanner-samples.
|
||||
|
||||
To see a list of available sample apps, run:
|
||||
|
||||
$ gcloud spanner samples list
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
backend
|
||||
(BETA) Run the backend gRPC service for the given Cloud Spanner sample
|
||||
app.
|
||||
|
||||
init
|
||||
(BETA) Initialize a Cloud Spanner sample app.
|
||||
|
||||
list
|
||||
(BETA) List available sample applications.
|
||||
|
||||
run
|
||||
(BETA) Run the given Cloud Spanner sample app.
|
||||
|
||||
workload
|
||||
(BETA) Generate gRPC traffic for a given sample app's backend service.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud spanner samples
|
||||
|
||||
$ gcloud alpha spanner samples
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue