mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
gcloud: Wed May 8 09:17:12 UTC 2024
This commit is contained in:
parent
48fac7efd4
commit
e8259d86b1
110 changed files with 1686 additions and 651 deletions
|
|
@ -3,15 +3,23 @@ NAME
|
|||
the project
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha firestore databases list [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha firestore databases list [--show-deleted]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To list all Firestore databases.
|
||||
To list all active Firestore databases.
|
||||
|
||||
$ gcloud alpha firestore databases list
|
||||
|
||||
To list all Firestore databases including deleted databases.
|
||||
|
||||
$ gcloud alpha firestore databases list --show-deleted
|
||||
|
||||
FLAGS
|
||||
--show-deleted
|
||||
Show the deleted databases.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue