mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
36 lines
847 B
Text
36 lines
847 B
Text
NAME
|
|
gcloud beta emulators bigtable - manage your local Bigtable emulator
|
|
|
|
SYNOPSIS
|
|
gcloud beta emulators bigtable COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) This set of commands allows you to start and use a local Bigtable
|
|
emulator.
|
|
|
|
EXAMPLES
|
|
To start a local Bigtable emulator, run:
|
|
|
|
$ gcloud beta emulators bigtable 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
|
|
(BETA) Print the commands required to export Bigtable emulator's env
|
|
variables.
|
|
|
|
start
|
|
(BETA) Start a local Bigtable emulator.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha emulators bigtable
|
|
|