mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
38 lines
855 B
Text
38 lines
855 B
Text
NAME
|
|
gcloud datastore indexes - manage your Cloud Datastore indexes
|
|
|
|
SYNOPSIS
|
|
gcloud datastore indexes COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
The gcloud datastore command group lets you create and delete Google Cloud
|
|
Datastore indexes.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
cleanup
|
|
Remove unused datastore indexes based on your local index
|
|
configuration.
|
|
|
|
create
|
|
Create new datastore indexes based on your local index configuration.
|
|
|
|
describe
|
|
Show details about an Cloud Datastore index.
|
|
|
|
list
|
|
List Cloud Datastore indexes.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha datastore indexes
|
|
|
|
$ gcloud beta datastore indexes
|
|
|