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:
parent
861d4011dc
commit
50090ced80
157 changed files with 5563 additions and 179 deletions
|
|
@ -15,12 +15,15 @@ SYNOPSIS
|
|||
--mysql-username=MYSQL_USERNAME (--mysql-password=MYSQL_PASSWORD
|
||||
| --mysql-prompt-for-password) : --ca-certificate=CA_CERTIFICATE
|
||||
--client-certificate=CLIENT_CERTIFICATE --client-key=CLIENT_KEY]
|
||||
| --postgresql-database=POSTGRESQL_DATABASE
|
||||
| [--postgresql-database=POSTGRESQL_DATABASE
|
||||
--postgresql-hostname=POSTGRESQL_HOSTNAME
|
||||
--postgresql-port=POSTGRESQL_PORT
|
||||
--postgresql-username=POSTGRESQL_USERNAME
|
||||
(--postgresql-password=POSTGRESQL_PASSWORD
|
||||
| --postgresql-prompt-for-password)
|
||||
: [--postgresql-ca-certificate=POSTGRESQL_CA_CERTIFICATE
|
||||
: --postgresql-client-certificate=POSTGRESQL_CLIENT_CERTIFICATE
|
||||
--postgresql-client-key=POSTGRESQL_CLIENT_KEY]]
|
||||
| --sqlserver-database=SQLSERVER_DATABASE
|
||||
--sqlserver-hostname=SQLSERVER_HOSTNAME
|
||||
--sqlserver-port=SQLSERVER_PORT
|
||||
|
|
@ -258,6 +261,28 @@ OPTIONAL FLAGS
|
|||
--postgresql-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
--postgresql-ca-certificate=POSTGRESQL_CA_CERTIFICATE
|
||||
x509 PEM-encoded certificate of the CA that signed the source
|
||||
database server's certificate. The replica will use this certificate
|
||||
to verify it's connecting to the right host.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--postgresql-client-certificate=POSTGRESQL_CLIENT_CERTIFICATE
|
||||
x509 PEM-encoded certificate that will be used by the replica to
|
||||
authenticate against the source database server.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--postgresql-client-key=POSTGRESQL_CLIENT_KEY
|
||||
Unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with
|
||||
the Client Certificate.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--sqlserver-database=SQLSERVER_DATABASE
|
||||
Database service for the SQL Server connection.
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@ SYNOPSIS
|
|||
--postgresql-hostname=POSTGRESQL_HOSTNAME
|
||||
--postgresql-port=POSTGRESQL_PORT
|
||||
--postgresql-username=POSTGRESQL_USERNAME
|
||||
--postgresql-ca-certificate=POSTGRESQL_CA_CERTIFICATE
|
||||
--postgresql-client-certificate=POSTGRESQL_CLIENT_CERTIFICATE
|
||||
--postgresql-client-key=POSTGRESQL_CLIENT_KEY
|
||||
--postgresql-password=POSTGRESQL_PASSWORD
|
||||
| --postgresql-prompt-for-password
|
||||
| --sqlserver-database=SQLSERVER_DATABASE
|
||||
|
|
@ -207,6 +210,19 @@ OPTIONAL FLAGS
|
|||
--postgresql-username=POSTGRESQL_USERNAME
|
||||
Username Datastream will use to connect to the database.
|
||||
|
||||
--postgresql-ca-certificate=POSTGRESQL_CA_CERTIFICATE
|
||||
x509 PEM-encoded certificate of the CA that signed the source
|
||||
database server's certificate. The replica will use this certificate
|
||||
to verify it's connecting to the right host.
|
||||
|
||||
--postgresql-client-certificate=POSTGRESQL_CLIENT_CERTIFICATE
|
||||
x509 PEM-encoded certificate that will be used by the replica to
|
||||
authenticate against the source database server.
|
||||
|
||||
--postgresql-client-key=POSTGRESQL_CLIENT_KEY
|
||||
Unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with
|
||||
the Client Certificate.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--postgresql-password=POSTGRESQL_PASSWORD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue