1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +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

@ -3,7 +3,8 @@ NAME
Firestore admin operation
SYNOPSIS
gcloud beta firestore operations cancel NAME [GCLOUD_WIDE_FLAG ...]
gcloud beta firestore operations cancel NAME
[--database=DATABASE; default="(default)"] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) 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 beta 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 beta firestore operations delete NAME [GCLOUD_WIDE_FLAG ...]
gcloud beta firestore operations delete NAME
[--database=DATABASE; default="(default)"] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) 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 beta 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 beta firestore operations describe NAME [GCLOUD_WIDE_FLAG ...]
gcloud beta firestore operations describe NAME
[--database=DATABASE; default="(default)"] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) 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 beta 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 beta firestore operations list [--filter=EXPRESSION]
gcloud beta 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 beta 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 beta firestore operations list --database='foo'
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.