mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
48
gcloud/alpha/spanner/samples/help
Normal file
48
gcloud/alpha/spanner/samples/help
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
NAME
|
||||
gcloud alpha spanner samples - cloud Spanner sample apps
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha spanner samples COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) 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
|
||||
(ALPHA) Run the backend gRPC service for the given Cloud Spanner sample
|
||||
app.
|
||||
|
||||
init
|
||||
(ALPHA) Initialize a Cloud Spanner sample app.
|
||||
|
||||
list
|
||||
(ALPHA) List available sample applications.
|
||||
|
||||
run
|
||||
(ALPHA) Run the given Cloud Spanner sample app.
|
||||
|
||||
workload
|
||||
(ALPHA) Generate gRPC traffic for a given sample app's backend service.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue