mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
45 lines
1 KiB
Text
45 lines
1 KiB
Text
NAME
|
|
gcloud alloydb users - provide commands for managing AlloyDB users
|
|
|
|
SYNOPSIS
|
|
gcloud alloydb users COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Provide commands for managing AlloyDB users including creating,
|
|
configuring, getting, listing, and deleting users.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Creates a user in a given cluster.
|
|
|
|
delete
|
|
Deletes an AlloyDB user in a given cluster.
|
|
|
|
list
|
|
Lists AlloyDB users in a given cluster.
|
|
|
|
set-password
|
|
Update an AlloyDB user's password within a given cluster and region.
|
|
|
|
set-roles
|
|
Update an AlloyDB user's database roles within a given cluster and
|
|
region.
|
|
|
|
set-superuser
|
|
Update an AlloyDB user's superuser role within a given cluster and
|
|
region.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha alloydb users
|
|
|
|
$ gcloud beta alloydb users
|
|
|