mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Mar 26 10:55:24 UTC 2025
This commit is contained in:
parent
e555fef0aa
commit
be9483c980
310 changed files with 9868 additions and 540 deletions
|
|
@ -10,25 +10,8 @@ SYNOPSIS
|
|||
| --database-service=DATABASE_SERVICE
|
||||
--oracle-hostname=ORACLE_HOSTNAME --oracle-port=ORACLE_PORT
|
||||
--oracle-username=ORACLE_USERNAME (--oracle-password=ORACLE_PASSWORD
|
||||
| --oracle-prompt-for-password) | [--mysql-hostname=MYSQL_HOSTNAME
|
||||
--mysql-port=MYSQL_PORT
|
||||
--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-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]]
|
||||
| --salesforce-domain=SALESFORCE_DOMAIN
|
||||
(--salesforce-oauth2-client-id=SALESFORCE_OAUTH2_CLIENT_ID
|
||||
(--salesforce-oauth2-client-secret=SALESFORCE_OAUTH2_CLIENT_SECRET
|
||||
| --salesforce-prompt-for-oauth2-client-secret
|
||||
| --salesforce-secret-manager-stored-oauth2-client-secret=SALESFORCE_SECRET_MANAGER_STORED_OAUTH2_CLIENT_SECRET) | --salesforce-username=SALESFORCE_USERNAME (--salesforce-password=SALESFORCE_PASSWORD | --salesforce-prompt-for-password | --salesforce-secret-manager-stored-password=SALESFORCE_SECRET_MANAGER_STORED_PASSWORD) (--salesforce-prompt-for-security-token | --salesforce-secret-manager-stored-security-token=SALESFORCE_SECRET_MANAGER_STORED_SECURITY_TOKEN | --salesforce-security-token=SALESFORCE_SECURITY_TOKEN)) | --sqlserver-database=SQLSERVER_DATABASE --sqlserver-hostname=SQLSERVER_HOSTNAME --sqlserver-port=SQLSERVER_PORT --sqlserver-username=SQLSERVER_USERNAME (--sqlserver-password=SQLSERVER_PASSWORD | --sqlserver-prompt-for-password)]
|
||||
| --oracle-prompt-for-password
|
||||
| --oracle-secret-manager-stored-password=ORACLE_SECRET_MANAGER_STORED_PASSWORD) | [--mysql-hostname=MYSQL_HOSTNAME --mysql-port=MYSQL_PORT --mysql-username=MYSQL_USERNAME (--mysql-password=MYSQL_PASSWORD | --mysql-prompt-for-password | --mysql-secret-manager-stored-password=MYSQL_SECRET_MANAGER_STORED_PASSWORD) : --ca-certificate=CA_CERTIFICATE --client-certificate=CLIENT_CERTIFICATE --client-key=CLIENT_KEY] | [--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-secret-manager-stored-password=POSTGRESQL_SECRET_MANAGER_STORED_PASSWORD) : [--postgresql-ca-certificate=POSTGRESQL_CA_CERTIFICATE : --postgresql-client-certificate=POSTGRESQL_CLIENT_CERTIFICATE --postgresql-client-key=POSTGRESQL_CLIENT_KEY]] | --salesforce-domain=SALESFORCE_DOMAIN (--salesforce-oauth2-client-id=SALESFORCE_OAUTH2_CLIENT_ID (--salesforce-oauth2-client-secret=SALESFORCE_OAUTH2_CLIENT_SECRET | --salesforce-prompt-for-oauth2-client-secret | --salesforce-secret-manager-stored-oauth2-client-secret=SALESFORCE_SECRET_MANAGER_STORED_OAUTH2_CLIENT_SECRET) | --salesforce-username=SALESFORCE_USERNAME (--salesforce-password=SALESFORCE_PASSWORD | --salesforce-prompt-for-password | --salesforce-secret-manager-stored-password=SALESFORCE_SECRET_MANAGER_STORED_PASSWORD) (--salesforce-prompt-for-security-token | --salesforce-secret-manager-stored-security-token=SALESFORCE_SECRET_MANAGER_STORED_SECURITY_TOKEN | --salesforce-security-token=SALESFORCE_SECURITY_TOKEN)) | --sqlserver-database=SQLSERVER_DATABASE --sqlserver-hostname=SQLSERVER_HOSTNAME --sqlserver-port=SQLSERVER_PORT --sqlserver-username=SQLSERVER_USERNAME (--sqlserver-password=SQLSERVER_PASSWORD | --sqlserver-prompt-for-password | --sqlserver-secret-manager-stored-password=SQLSERVER_SECRET_MANAGER_STORED_PASSWORD)]
|
||||
[--private-connection=PRIVATE_CONNECTION | --static-ip-connectivity
|
||||
| [--forward-ssh-hostname=FORWARD_SSH_HOSTNAME
|
||||
--forward-ssh-username=FORWARD_SSH_USERNAME
|
||||
|
|
@ -207,6 +190,10 @@ OPTIONAL FLAGS
|
|||
--oracle-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
--oracle-secret-manager-stored-password=ORACLE_SECRET_MANAGER_STORED_PASSWORD
|
||||
Path to secret manager, storing the password for the user used to
|
||||
connect to the database.
|
||||
|
||||
--mysql-hostname=MYSQL_HOSTNAME
|
||||
IP or hostname of the MySQL source database.
|
||||
|
||||
|
|
@ -235,6 +222,10 @@ OPTIONAL FLAGS
|
|||
--mysql-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
--mysql-secret-manager-stored-password=MYSQL_SECRET_MANAGER_STORED_PASSWORD
|
||||
Path to secret manager, storing the password for the user used to
|
||||
connect to the database.
|
||||
|
||||
--ca-certificate=CA_CERTIFICATE
|
||||
x509 PEM-encoded certificate of the CA that signed the source
|
||||
database server's certificate. The replica will use this certificate
|
||||
|
|
@ -291,6 +282,10 @@ OPTIONAL FLAGS
|
|||
--postgresql-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
--postgresql-secret-manager-stored-password=POSTGRESQL_SECRET_MANAGER_STORED_PASSWORD
|
||||
Path to secret manager, storing the password for the user 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
|
||||
|
|
@ -358,8 +353,8 @@ OPTIONAL FLAGS
|
|||
Prompt for the password used to connect to Salesforce.
|
||||
|
||||
--salesforce-secret-manager-stored-password=SALESFORCE_SECRET_MANAGER_STORED_PASSWORD
|
||||
Path to secret manager, storing the password used to connect to
|
||||
Salesforce.
|
||||
Path to secret manager, storing the password for the user used to
|
||||
connect to Salesforce.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
|
|
@ -408,6 +403,10 @@ OPTIONAL FLAGS
|
|||
--sqlserver-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
--sqlserver-secret-manager-stored-password=SQLSERVER_SECRET_MANAGER_STORED_PASSWORD
|
||||
Path to secret manager, storing the password for the user used to
|
||||
connect to the database.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
Private connection resource - Resource ID of the private connection.
|
||||
|
|
|
|||
|
|
@ -11,26 +11,8 @@ SYNOPSIS
|
|||
| --database-service=DATABASE_SERVICE
|
||||
--oracle-hostname=ORACLE_HOSTNAME --oracle-port=ORACLE_PORT
|
||||
--oracle-username=ORACLE_USERNAME --oracle-password=ORACLE_PASSWORD
|
||||
| --oracle-prompt-for-password | --mysql-hostname=MYSQL_HOSTNAME
|
||||
--mysql-port=MYSQL_PORT --mysql-username=MYSQL_USERNAME
|
||||
--ca-certificate=CA_CERTIFICATE
|
||||
--client-certificate=CLIENT_CERTIFICATE
|
||||
--client-key=CLIENT_KEY --mysql-password=MYSQL_PASSWORD
|
||||
| --mysql-prompt-for-password
|
||||
| --postgresql-database=POSTGRESQL_DATABASE
|
||||
--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
|
||||
| --salesforce-domain=SALESFORCE_DOMAIN
|
||||
--salesforce-oauth2-client-id=SALESFORCE_OAUTH2_CLIENT_ID
|
||||
--salesforce-oauth2-client-secret=SALESFORCE_OAUTH2_CLIENT_SECRET
|
||||
| --salesforce-prompt-for-oauth2-client-secret
|
||||
| --salesforce-secret-manager-stored-oauth2-client-secret=SALESFORCE_SECRET_MANAGER_STORED_OAUTH2_CLIENT_SECRET | --salesforce-username=SALESFORCE_USERNAME --salesforce-password=SALESFORCE_PASSWORD | --salesforce-prompt-for-password | --salesforce-secret-manager-stored-password=SALESFORCE_SECRET_MANAGER_STORED_PASSWORD --salesforce-prompt-for-security-token | --salesforce-secret-manager-stored-security-token=SALESFORCE_SECRET_MANAGER_STORED_SECURITY_TOKEN | --salesforce-security-token=SALESFORCE_SECURITY_TOKEN | --sqlserver-database=SQLSERVER_DATABASE --sqlserver-hostname=SQLSERVER_HOSTNAME --sqlserver-port=SQLSERVER_PORT --sqlserver-username=SQLSERVER_USERNAME --sqlserver-password=SQLSERVER_PASSWORD | --sqlserver-prompt-for-password]
|
||||
| --oracle-prompt-for-password
|
||||
| --oracle-secret-manager-stored-password=ORACLE_SECRET_MANAGER_STORED_PASSWORD | --mysql-hostname=MYSQL_HOSTNAME --mysql-port=MYSQL_PORT --mysql-username=MYSQL_USERNAME --ca-certificate=CA_CERTIFICATE --client-certificate=CLIENT_CERTIFICATE --client-key=CLIENT_KEY --mysql-password=MYSQL_PASSWORD | --mysql-prompt-for-password | --mysql-secret-manager-stored-password=MYSQL_SECRET_MANAGER_STORED_PASSWORD | --postgresql-database=POSTGRESQL_DATABASE --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 | --postgresql-secret-manager-stored-password=POSTGRESQL_SECRET_MANAGER_STORED_PASSWORD | --salesforce-domain=SALESFORCE_DOMAIN --salesforce-oauth2-client-id=SALESFORCE_OAUTH2_CLIENT_ID --salesforce-oauth2-client-secret=SALESFORCE_OAUTH2_CLIENT_SECRET | --salesforce-prompt-for-oauth2-client-secret | --salesforce-secret-manager-stored-oauth2-client-secret=SALESFORCE_SECRET_MANAGER_STORED_OAUTH2_CLIENT_SECRET | --salesforce-username=SALESFORCE_USERNAME --salesforce-password=SALESFORCE_PASSWORD | --salesforce-prompt-for-password | --salesforce-secret-manager-stored-password=SALESFORCE_SECRET_MANAGER_STORED_PASSWORD --salesforce-prompt-for-security-token | --salesforce-secret-manager-stored-security-token=SALESFORCE_SECRET_MANAGER_STORED_SECURITY_TOKEN | --salesforce-security-token=SALESFORCE_SECURITY_TOKEN | --sqlserver-database=SQLSERVER_DATABASE --sqlserver-hostname=SQLSERVER_HOSTNAME --sqlserver-port=SQLSERVER_PORT --sqlserver-username=SQLSERVER_USERNAME --sqlserver-password=SQLSERVER_PASSWORD | --sqlserver-prompt-for-password | --sqlserver-secret-manager-stored-password=SQLSERVER_SECRET_MANAGER_STORED_PASSWORD]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--private-connection=PRIVATE_CONNECTION | --static-ip-connectivity
|
||||
| --forward-ssh-hostname=FORWARD_SSH_HOSTNAME
|
||||
|
|
@ -183,6 +165,10 @@ OPTIONAL FLAGS
|
|||
--oracle-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
--oracle-secret-manager-stored-password=ORACLE_SECRET_MANAGER_STORED_PASSWORD
|
||||
Path to secret manager, storing the password for the user used to
|
||||
connect to the database.
|
||||
|
||||
--mysql-hostname=MYSQL_HOSTNAME
|
||||
IP or hostname of the MySQL source database.
|
||||
|
||||
|
|
@ -215,6 +201,10 @@ OPTIONAL FLAGS
|
|||
--mysql-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
--mysql-secret-manager-stored-password=MYSQL_SECRET_MANAGER_STORED_PASSWORD
|
||||
Path to secret manager, storing the password for the user used to
|
||||
connect to the database.
|
||||
|
||||
--postgresql-database=POSTGRESQL_DATABASE
|
||||
Database service for the PostgreSQL connection.
|
||||
|
||||
|
|
@ -250,6 +240,10 @@ OPTIONAL FLAGS
|
|||
--postgresql-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
--postgresql-secret-manager-stored-password=POSTGRESQL_SECRET_MANAGER_STORED_PASSWORD
|
||||
Path to secret manager, storing the password for the user used to
|
||||
connect to the database.
|
||||
|
||||
--salesforce-domain=SALESFORCE_DOMAIN
|
||||
Domain of the Salesforce organization. For example,
|
||||
'myorg.my.salesforce.com'
|
||||
|
|
@ -286,8 +280,8 @@ OPTIONAL FLAGS
|
|||
Prompt for the password used to connect to Salesforce.
|
||||
|
||||
--salesforce-secret-manager-stored-password=SALESFORCE_SECRET_MANAGER_STORED_PASSWORD
|
||||
Path to secret manager, storing the password used to connect to
|
||||
Salesforce.
|
||||
Path to secret manager, storing the password for the user used to
|
||||
connect to Salesforce.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
@ -324,6 +318,10 @@ OPTIONAL FLAGS
|
|||
--sqlserver-prompt-for-password
|
||||
Prompt for the password used to connect to the database.
|
||||
|
||||
--sqlserver-secret-manager-stored-password=SQLSERVER_SECRET_MANAGER_STORED_PASSWORD
|
||||
Path to secret manager, storing the password for the user used to
|
||||
connect to the database.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-labels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue