1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Jan 10 10:17:49 UTC 2024

This commit is contained in:
Automated 2024-01-10 10:17:49 +00:00
parent 08ad88258a
commit 5fec13c692
262 changed files with 3211 additions and 4501 deletions

View file

@ -3,7 +3,8 @@ NAME
your local index configuration
SYNOPSIS
gcloud datastore indexes create INDEX_FILE [GCLOUD_WIDE_FLAG ...]
gcloud datastore indexes create INDEX_FILE [--database=DATABASE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create new datastore indexes based on your local index configuration. Any
@ -24,6 +25,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 create --database='testdb'
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,