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

gcloud: Wed Mar 5 10:41:25 UTC 2025

This commit is contained in:
Automated 2025-03-05 10:41:25 +00:00
parent a597993b2e
commit 6dc93282df
279 changed files with 4198 additions and 801 deletions

View file

@ -24,12 +24,11 @@ SYNOPSIS
: [--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
--sqlserver-username=SQLSERVER_USERNAME
(--sqlserver-password=SQLSERVER_PASSWORD
| --sqlserver-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)]
[--no-connectivity | --private-connection-name=PRIVATE_CONNECTION_NAME
| --static-ip-connectivity
| [--forward-ssh-hostname=FORWARD_SSH_HOSTNAME
@ -271,6 +270,67 @@ OPTIONAL FLAGS
This flag argument must be specified if any of the other arguments in
this group are specified.
--salesforce-domain=SALESFORCE_DOMAIN
Domain of the Salesforce organization. For example,
'myorg.my.salesforce.com'
This flag argument must be specified if any of the other arguments in
this group are specified.
Exactly one of these must be specified:
--salesforce-oauth2-client-id=SALESFORCE_OAUTH2_CLIENT_ID
OAuth 2.0 Client ID used to connect to Salesforce.
This flag argument must be specified if any of the other arguments
in this group are specified.
Exactly one of these must be specified:
--salesforce-oauth2-client-secret=SALESFORCE_OAUTH2_CLIENT_SECRET
OAuth 2.0 Client secret used to connect to Salesforce.
--salesforce-prompt-for-oauth2-client-secret
Prompt for the OAuth 2.0 Client secret used to connect to
Salesforce.
--salesforce-secret-manager-stored-oauth2-client-secret=SALESFORCE_SECRET_MANAGER_STORED_OAUTH2_CLIENT_SECRET
Path to secret manager, storing the OAuth 2.0 Client secret used
to connect to Salesforce.
--salesforce-username=SALESFORCE_USERNAME
Username Datastream will use to connect to the database.
This flag argument must be specified if any of the other arguments
in this group are specified.
Exactly one of these must be specified:
--salesforce-password=SALESFORCE_PASSWORD
Password for the user that Datastream will be using to connect to
Salesforce. This field is not returned on request, and the value
is encrypted when stored in Datastream.
--salesforce-prompt-for-password
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.
Exactly one of these must be specified:
--salesforce-prompt-for-security-token
Prompt for the security token used to connect to Salesforce.
--salesforce-secret-manager-stored-security-token=SALESFORCE_SECRET_MANAGER_STORED_SECURITY_TOKEN
Path to secret manager, storing the security token used to
connect to Salesforce.
--salesforce-security-token=SALESFORCE_SECURITY_TOKEN
Security token for the user that Datastream will be using to
connect to Salesforce.
--sqlserver-database=SQLSERVER_DATABASE
Database service for the SQL Server connection.