1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Wed Nov 19 10:58:36 UTC 2025

This commit is contained in:
Automated 2025-11-19 10:58:36 +00:00
parent e1ec13485a
commit 7b14250313
392 changed files with 17141 additions and 774 deletions

View file

@ -3,7 +3,7 @@ NAME
SYNOPSIS
gcloud beta firestore bulk-delete [--async]
[--collection-ids=[COLLECTION_IDS,...]]
[--collection-ids=[COLLECTION_GROUP_IDS,...]]
[--database=DATABASE; default="(default)"]
[--namespace-ids=[NAMESPACE_IDS,...]] [GCLOUD_WIDE_FLAG ...]
@ -27,11 +27,12 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--collection-ids=[COLLECTION_IDS,...]
List specifying which collections will be included in the operation.
When omitted, all collections are included.
--collection-ids=[COLLECTION_GROUP_IDS,...]
List specifying which collection groups will be included in the
operation. When omitted, all collection groups are included.
For example, to operate on only the customers and orders collections:
For example, to operate on only the customers and orders collections
groups:
$ gcloud beta firestore bulk-delete \
--collection-ids='customers','orders'

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud beta firestore export OUTPUT_URI_PREFIX [--async]
[--collection-ids=[COLLECTION_IDS,...]]
[--collection-ids=[COLLECTION_GROUP_IDS,...]]
[--database=DATABASE; default="(default)"]
[--namespace-ids=[NAMESPACE_IDS,...]] [--snapshot-time=SNAPSHOT_TIME]
[GCLOUD_WIDE_FLAG ...]
@ -51,11 +51,12 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--collection-ids=[COLLECTION_IDS,...]
List specifying which collections will be included in the operation.
When omitted, all collections are included.
--collection-ids=[COLLECTION_GROUP_IDS,...]
List specifying which collection groups will be included in the
operation. When omitted, all collection groups are included.
For example, to operate on only the customers and orders collections:
For example, to operate on only the customers and orders collections
groups:
$ gcloud beta firestore export --collection-ids='customers','orders'

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud beta firestore import INPUT_URI_PREFIX [--async]
[--collection-ids=[COLLECTION_IDS,...]]
[--collection-ids=[COLLECTION_GROUP_IDS,...]]
[--database=DATABASE; default="(default)"]
[--namespace-ids=[NAMESPACE_IDS,...]] [GCLOUD_WIDE_FLAG ...]
@ -40,11 +40,12 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--collection-ids=[COLLECTION_IDS,...]
List specifying which collections will be included in the operation.
When omitted, all collections are included.
--collection-ids=[COLLECTION_GROUP_IDS,...]
List specifying which collection groups will be included in the
operation. When omitted, all collection groups are included.
For example, to operate on only the customers and orders collections:
For example, to operate on only the customers and orders collections
groups:
$ gcloud beta firestore import --collection-ids='customers','orders'