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

gcloud: Wed Jan 31 10:36:17 UTC 2024

This commit is contained in:
Automated 2024-01-31 10:36:17 +00:00
parent 7a546ffea4
commit fa6c1dc7ec
142 changed files with 1981 additions and 793 deletions

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud database-migration connection-profiles create postgresql
(CONNECTION_PROFILE : --region=REGION) [--no-async]
(CONNECTION_PROFILE : --region=REGION)
[--alloydb-cluster=ALLOYDB_CLUSTER] [--no-async]
[--cloudsql-instance=CLOUDSQL_INSTANCE] [--display-name=DISPLAY_NAME]
[--labels=[KEY=VALUE,...]]
[--ca-certificate=CA_CERTIFICATE
@ -64,6 +65,10 @@ POSITIONAL ARGUMENTS
▸ provide the argument --region on the command line.
FLAGS
--alloydb-cluster=ALLOYDB_CLUSTER
If the destination is an AlloyDB cluster, use this field to provide the
AlloyDB cluster ID.
--no-async
Waits for the operation in progress to complete before returning.