mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Oct 23 10:01:22 UTC 2024
This commit is contained in:
parent
694f6671d0
commit
fc66f7f0ca
249 changed files with 5410 additions and 11408 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
your local index configuration
|
||||
|
||||
SYNOPSIS
|
||||
gcloud datastore indexes cleanup INDEX_FILE [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud datastore indexes cleanup INDEX_FILE [--database=DATABASE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
This command removes unused datastore indexes based on your local index
|
||||
|
|
@ -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 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue