mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Thu Apr 20 10:38:56 UTC 2023
This commit is contained in:
parent
b155beb241
commit
b33a8a3e6e
169 changed files with 3258 additions and 576 deletions
|
|
@ -48,5 +48,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud firestore databases describe
|
||||
|
||||
$ gcloud beta firestore databases describe
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,10 @@ SYNOPSIS
|
|||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Lists all Firestore databases under the project.
|
||||
EXAMPLES
|
||||
To list all Firestore databases.
|
||||
|
||||
$ gcloud alpha firestore databases list
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
@ -54,5 +56,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud firestore databases list
|
||||
|
||||
$ gcloud beta firestore databases list
|
||||
|
||||
|
|
|
|||
|
|
@ -56,5 +56,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud firestore databases update
|
||||
|
||||
$ gcloud beta firestore databases update
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue