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

gcloud: Wed Jan 29 10:02:21 UTC 2025

This commit is contained in:
Automated 2025-01-29 10:02:21 +00:00
parent 861d4011dc
commit 50090ced80
157 changed files with 5563 additions and 179 deletions

View file

@ -11,8 +11,8 @@ SYNOPSIS
[--cloudsql-project-id=CLOUDSQL_PROJECT_ID]
[--database-service=DATABASE_SERVICE] [--display-name=DISPLAY_NAME]
[--host=HOST] [--port=PORT] [--private-key=PRIVATE_KEY]
[--update-labels=[KEY=VALUE,...]] [--username=USERNAME]
[--clear-labels | --remove-labels=[KEY,...]]
[--ssl-type=SSL_TYPE] [--update-labels=[KEY=VALUE,...]]
[--username=USERNAME] [--clear-labels | --remove-labels=[KEY,...]]
[--gcs-bucket=GCS_BUCKET : --gcs-prefix=GCS_PREFIX]
[--password=PASSWORD | --prompt-for-password] [GCLOUD_WIDE_FLAG ...]
@ -121,6 +121,10 @@ FLAGS
<code>--ca-certificate=$(</path/to/certificate_file.pem)</code>.
Database Migration Service encrypts the value when storing it.
--ssl-type=SSL_TYPE
The type of SSL configuration. SSL_TYPE must be one of: SERVER_ONLY,
SERVER_CLIENT, REQUIRED, NONE.
--update-labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to update. If a label exists, its value
is modified. Otherwise, a new label is created.