1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Aug 6 11:07:54 UTC 2025

This commit is contained in:
Automated 2025-08-06 11:07:54 +00:00
parent 0f69685b06
commit 4f9f745739
126 changed files with 4671 additions and 668 deletions

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud beta firestore databases connection-string --database=DATABASE
[--auth=AUTH; default="none"] [GCLOUD_WIDE_FLAG ...]
[--auth=AUTH; default="none" | --validate=VALIDATE]
[GCLOUD_WIDE_FLAG ...]
EXAMPLES
To get the connection string for a Firestore database with a databaseId
@ -28,15 +29,23 @@ REQUIRED FLAGS
$ gcloud beta firestore databases connection-string --database='foo'
OPTIONAL FLAGS
--auth=AUTH; default="none"
The auth configuration for the connection string.
At most one of these can be specified:
If connecting from a Google Compute Engine VM, use gce-vm. For short
term access using the gcloud CLI's access token, use access-token. For
password auth use scram-sha-256. Otherwise, use none and configure auth
manually.
--auth=AUTH; default="none"
The auth configuration for the connection string.
AUTH must be one of: none, gce-vm, access-token, scram-sha-256.
If connecting from a Google Compute Engine VM, use gce-vm. For short
term access using the gcloud CLI's access token, use access-token.
For password auth use scram-sha-256. Otherwise, use none and
configure auth manually.
AUTH must be one of: none, gce-vm, access-token, scram-sha-256.
--validate=VALIDATE
Validate the specified connection string for the current database.
This command checks that the connection string is well formed,
contains the required parameters, and specifies correct configuration
values for the current database.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,