1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +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

@ -25,12 +25,11 @@ SYNOPSIS
--postgresql-client-key=POSTGRESQL_CLIENT_KEY
--postgresql-password=POSTGRESQL_PASSWORD
| --postgresql-prompt-for-password
| --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]
[--clear-labels | --remove-labels=[KEY,...]]
[--no-connectivity | --private-connection-name=PRIVATE_CONNECTION_NAME
| --static-ip-connectivity
@ -220,6 +219,58 @@ OPTIONAL FLAGS
--postgresql-prompt-for-password
Prompt for the password used to connect to the database.
--salesforce-domain=SALESFORCE_DOMAIN
Domain of the Salesforce organization. For example,
'myorg.my.salesforce.com'
At most one of these can be specified:
--salesforce-oauth2-client-id=SALESFORCE_OAUTH2_CLIENT_ID
OAuth 2.0 Client ID used to connect to Salesforce.
At most one of these can 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.
At most one of these can 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.
At most one of these can 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.