mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
gcloud: Wed Jan 25 10:09:52 UTC 2023
This commit is contained in:
parent
1248f773ec
commit
6dc17bdd4a
218 changed files with 6694 additions and 2033 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
50
gcloud/beta/sql/users/describe
Normal file
50
gcloud/beta/sql/users/describe
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
NAME
|
||||
gcloud beta sql users describe - retrieves information about a Cloud SQL
|
||||
user in a given instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta sql users describe USERNAME --instance=INSTANCE, -i INSTANCE
|
||||
[--host=HOST] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Retrieves information about a Cloud SQL user in a given instance.
|
||||
|
||||
EXAMPLES
|
||||
To fetch a user with name 'my-user' and optional host '%' in instance
|
||||
'my-instance', run:
|
||||
|
||||
$ gcloud beta sql users describe my-user --host=% \
|
||||
--instance=my-instance
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
USERNAME
|
||||
Cloud SQL username.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--instance=INSTANCE, -i INSTANCE
|
||||
Cloud SQL instance ID.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--host=HOST
|
||||
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,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
|
||||
$ gcloud alpha sql users describe
|
||||
|
||||
|
|
@ -22,6 +22,10 @@ COMMANDS
|
|||
delete
|
||||
(BETA) Deletes a Cloud SQL user in a given instance.
|
||||
|
||||
describe
|
||||
(BETA) Retrieves information about a Cloud SQL user in a given
|
||||
instance.
|
||||
|
||||
list
|
||||
(BETA) Lists Cloud SQL users in a given instance.
|
||||
|
||||
|
|
|
|||
|
|
@ -26,13 +26,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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue