1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00

gcloud: Wed Jan 25 10:09:52 UTC 2023

This commit is contained in:
Automated 2023-01-25 10:09:52 +00:00
parent 1248f773ec
commit 6dc17bdd4a
218 changed files with 6694 additions and 2033 deletions

View file

@ -28,13 +28,13 @@ OPTIONAL FLAGS
complete.
--host=HOST
Cloud SQL user's host name expressed as a specific IP address or
address range. % denotes an unrestricted host name. Applicable flag for
MySQL instances; ignored for all other engines. Note, if you connect to
your instance using IP addresses, you must add your client IP address
as an Authorized Address, even if your host name is unrestricted. For
help on how to do so, read:
https://cloud.google.com/sql/docs/mysql/configure-ip
Cloud SQL user's hostname expressed as a specific IP address or address
range. % denotes an unrestricted hostname. Applicable flag for MySQL
instances; ignored for all other engines. Note, if you connect to your
instance using IP addresses, you must add your client IP address as an
authorized address, even if your hostname is unrestricted. For more
information, see Configure IP
(https://cloud.google.com/sql/docs/mysql/configure-ip).
--password=PASSWORD
Cloud SQL user's password.

View file

@ -23,13 +23,13 @@ OPTIONAL FLAGS
complete.
--host=HOST
Cloud SQL user's host name expressed as a specific IP address or
address range. % denotes an unrestricted host name. Applicable flag for
MySQL instances; ignored for all other engines. Note, if you connect to
your instance using IP addresses, you must add your client IP address
as an Authorized Address, even if your host name is unrestricted. For
help on how to do so, read:
https://cloud.google.com/sql/docs/mysql/configure-ip
Cloud SQL user's hostname expressed as a specific IP address or address
range. % denotes an unrestricted hostname. Applicable flag for MySQL
instances; ignored for all other engines. Note, if you connect to your
instance using IP addresses, you must add your client IP address as an
authorized address, even if your hostname is unrestricted. For more
information, see Configure IP
(https://cloud.google.com/sql/docs/mysql/configure-ip).
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -25,13 +25,13 @@ OPTIONAL FLAGS
complete.
--host=HOST
Cloud SQL user's host name expressed as a specific IP address or
address range. % denotes an unrestricted host name. Applicable flag for
MySQL instances; ignored for all other engines. Note, if you connect to
your instance using IP addresses, you must add your client IP address
as an Authorized Address, even if your host name is unrestricted. For
help on how to do so, read:
https://cloud.google.com/sql/docs/mysql/configure-ip
Cloud SQL user's hostname expressed as a specific IP address or address
range. % denotes an unrestricted hostname. Applicable flag for MySQL
instances; ignored for all other engines. Note, if you connect to your
instance using IP addresses, you must add your client IP address as an
authorized address, even if your hostname is unrestricted. For more
information, see Configure IP
(https://cloud.google.com/sql/docs/mysql/configure-ip).
At most one of these can be specified:

View file

@ -47,13 +47,13 @@ OPTIONAL FLAGS
Postgres.
--host=HOST
Cloud SQL user's host name expressed as a specific IP address or
address range. % denotes an unrestricted host name. Applicable flag for
MySQL instances; ignored for all other engines. Note, if you connect to
your instance using IP addresses, you must add your client IP address
as an Authorized Address, even if your host name is unrestricted. For
help on how to do so, read:
https://cloud.google.com/sql/docs/mysql/configure-ip
Cloud SQL user's hostname expressed as a specific IP address or address
range. % denotes an unrestricted hostname. Applicable flag for MySQL
instances; ignored for all other engines. Note, if you connect to your
instance using IP addresses, you must add your client IP address as an
authorized address, even if your hostname is unrestricted. For more
information, see Configure IP
(https://cloud.google.com/sql/docs/mysql/configure-ip).
--password-policy-allowed-failed-attempts=PASSWORD_POLICY_ALLOWED_FAILED_ATTEMPTS
Number of failed login attempts allowed before a user is locked out.