mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
35 lines
775 B
Text
35 lines
775 B
Text
NAME
|
|
gcloud emulators spanner - manage your local Spanner emulator
|
|
|
|
SYNOPSIS
|
|
gcloud emulators spanner COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
This set of commands allows you to start and use a local Spanner emulator.
|
|
|
|
EXAMPLES
|
|
To start a local Cloud Spanner emulator, run:
|
|
|
|
$ gcloud emulators spanner start
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
env-init
|
|
Print the commands required to export Spanner emulator's env variables.
|
|
|
|
start
|
|
Start a local Cloud Spanner emulator.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha emulators spanner
|
|
|
|
$ gcloud beta emulators spanner
|
|
|