mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Oct 16 09:53:34 UTC 2024
This commit is contained in:
parent
4ffb04ab9e
commit
694f6671d0
151 changed files with 4031 additions and 414 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
based on your local index configuration
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta datastore indexes cleanup INDEX_FILE [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta datastore indexes cleanup INDEX_FILE [--database=DATABASE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) This command removes unused datastore indexes based on your local
|
||||
|
|
@ -21,6 +22,15 @@ POSITIONAL ARGUMENTS
|
|||
your index.yaml file, refer to this configuration guide:
|
||||
https://cloud.google.com/datastore/docs/tools/indexconfig#Datastore_About_index_yaml
|
||||
|
||||
FLAGS
|
||||
--database=DATABASE
|
||||
The database to operate on. If not specified, the CLI refers the
|
||||
(default) database by default.
|
||||
|
||||
For example, to operate on database testdb:
|
||||
|
||||
$ gcloud beta datastore indexes cleanup --database='testdb'
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ EXAMPLES
|
|||
|
||||
Detailed information about index configuration can be found at the
|
||||
index.yaml reference
|
||||
(https://cloud.google.com/appengine/docs/standard/python/config/indexref).
|
||||
(https://cloud.google.com/datastore/docs/tools/indexconfig).
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
INDEX_FILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue