1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Aug 7 09:49:06 UTC 2024

This commit is contained in:
Automated 2024-08-07 09:49:06 +00:00
parent ed2f818f7a
commit 7fe34c472b
98 changed files with 1867 additions and 220 deletions

View file

@ -3,15 +3,23 @@ NAME
the project
SYNOPSIS
gcloud beta firestore databases list [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
gcloud beta 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 beta firestore databases list
To list all Firestore databases including deleted databases.
$ gcloud beta 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.