mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jan 25 10:09:52 UTC 2023
This commit is contained in:
parent
1248f773ec
commit
6dc17bdd4a
218 changed files with 6694 additions and 2033 deletions
|
|
@ -46,11 +46,10 @@ FLAGS
|
|||
complete.
|
||||
|
||||
--collection-ids=[COLLECTION_IDS,...]
|
||||
A list specifying which collections will be included in the operation.
|
||||
List specifying which collections will be included in the operation.
|
||||
When omitted, all collections are included.
|
||||
|
||||
For example, to operate on only the 'customers' and 'orders'
|
||||
collections:
|
||||
For example, to operate on only the customers and orders collections:
|
||||
|
||||
$ gcloud firestore export --collection-ids='customers','orders'
|
||||
|
||||
|
|
@ -62,13 +61,12 @@ FLAGS
|
|||
$ gcloud firestore export --database='foo'
|
||||
|
||||
--namespace-ids=[NAMESPACE_IDS,...]
|
||||
A list specifying which namespaces will be included in the operation.
|
||||
List specifying which namespaces will be included in the operation.
|
||||
When omitted, all namespaces are included.
|
||||
|
||||
This is only supported for Datastore Mode databases.
|
||||
|
||||
For example, to operate on only the 'customers' and 'orders'
|
||||
namespaces:
|
||||
For example, to operate on only the customers and orders namespaces:
|
||||
|
||||
$ gcloud firestore export --namespaces-ids='customers','orders'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue