1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Jan 25 10:09:52 UTC 2023

This commit is contained in:
Automated 2023-01-25 10:09:52 +00:00
parent 1248f773ec
commit 6dc17bdd4a
218 changed files with 6694 additions and 2033 deletions

View file

@ -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 alpha firestore export --collection-ids='customers','orders'
@ -62,13 +61,12 @@ FLAGS
$ gcloud alpha 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 alpha firestore export --namespaces-ids='customers','orders'

View file

@ -41,11 +41,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 alpha firestore import --collection-ids='customers','orders'
@ -57,13 +56,12 @@ FLAGS
$ gcloud alpha firestore import --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 alpha firestore import --namespaces-ids='customers','orders'

View file

@ -3,7 +3,8 @@ NAME
Firestore admin operation
SYNOPSIS
gcloud alpha firestore operations cancel NAME [GCLOUD_WIDE_FLAG ...]
gcloud alpha firestore operations cancel NAME
[--database=DATABASE; default="(default)"] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Cancel a currently-running Cloud Firestore admin operation.
@ -24,6 +25,14 @@ POSITIONAL ARGUMENTS
foo
FLAGS
--database=DATABASE; default="(default)"
The database to operate on. The default value is (default).
For example, to operate on database foo:
$ gcloud alpha firestore operations cancel --database='foo'
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -3,7 +3,8 @@ NAME
Firestore admin operation
SYNOPSIS
gcloud alpha firestore operations delete NAME [GCLOUD_WIDE_FLAG ...]
gcloud alpha firestore operations delete NAME
[--database=DATABASE; default="(default)"] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a completed Cloud Firestore admin operation.
@ -24,6 +25,14 @@ POSITIONAL ARGUMENTS
foo
FLAGS
--database=DATABASE; default="(default)"
The database to operate on. The default value is (default).
For example, to operate on database foo:
$ gcloud alpha firestore operations delete --database='foo'
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -3,7 +3,8 @@ NAME
Cloud Firestore admin operation
SYNOPSIS
gcloud alpha firestore operations describe NAME [GCLOUD_WIDE_FLAG ...]
gcloud alpha firestore operations describe NAME
[--database=DATABASE; default="(default)"] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Retrieves information about a Cloud Firestore admin operation.
@ -24,6 +25,14 @@ POSITIONAL ARGUMENTS
foo
FLAGS
--database=DATABASE; default="(default)"
The database to operate on. The default value is (default).
For example, to operate on database foo:
$ gcloud alpha firestore operations describe --database='foo'
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -3,7 +3,8 @@ NAME
operations and their status
SYNOPSIS
gcloud alpha firestore operations list [--filter=EXPRESSION]
gcloud alpha firestore operations list
[--database=DATABASE; default="(default)"] [--filter=EXPRESSION]
[--limit=LIMIT; default=100] [--page-size=PAGE_SIZE; default=100]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
@ -24,6 +25,14 @@ EXAMPLES
$ gcloud alpha firestore operations list --filter="done:true"
FLAGS
--database=DATABASE; default="(default)"
The database to operate on. The default value is (default).
For example, to operate on database foo:
$ gcloud alpha firestore operations list --database='foo'
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.