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

gcloud: Wed Oct 8 11:07:39 UTC 2025

This commit is contained in:
Automated 2025-10-08 11:07:39 +00:00
parent a0434a4d7a
commit 6f9bb9a0f0
137 changed files with 5133 additions and 291 deletions

View file

@ -2,10 +2,10 @@ NAME
gcloud alpha sql connect - connects to a Cloud SQL instance
SYNOPSIS
gcloud alpha sql connect INSTANCE [--auto-iam-authn]
[--database=DATABASE, -d DATABASE] [--debug-logs]
[--port=PORT; default=9470] [--run-connection-test] [--skip-ssl]
[--sqladmin-api-endpoint=SQLADMIN_API_ENDPOINT] [--user=USER, -u USER]
gcloud alpha sql connect INSTANCE [--database=DATABASE, -d DATABASE]
[--debug-logs] [--port=PORT; default=9470] [--run-connection-test]
[--skip-ssl] [--sqladmin-api-endpoint=SQLADMIN_API_ENDPOINT]
[--auto-iam-authn | --user=USER, -u USER]
[--auto-ip | --private-ip | --psc] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -21,10 +21,6 @@ POSITIONAL ARGUMENTS
Cloud SQL instance ID.
FLAGS
--auto-iam-authn
Enables IAM database authentication for connections to MySQL and
Postgres instances.
--database=DATABASE, -d DATABASE
The PostgreSQL or SQL Server database to connect to.
@ -44,8 +40,16 @@ FLAGS
--sqladmin-api-endpoint=SQLADMIN_API_ENDPOINT
Cloud SQL Admin API endpoint for Cloud SQL Proxy to use.
--user=USER, -u USER
Cloud SQL instance user to connect as.
User selection settings for Cloud SQL Proxy connection.
At most one of these can be specified:
--auto-iam-authn
Enables IAM database authentication for connections to MySQL and
Postgres instances.
--user=USER, -u USER
Cloud SQL instance user to connect as.
IP address selection settings for Cloud SQL Proxy connection.