mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 19:06:53 +00:00
49 lines
1.3 KiB
Text
49 lines
1.3 KiB
Text
NAME
|
|
gcloud alpha alloydb users - provide commands for managing AlloyDB users
|
|
|
|
SYNOPSIS
|
|
gcloud alpha alloydb users COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) 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
|
|
(ALPHA) Creates a user in a given cluster.
|
|
|
|
delete
|
|
(ALPHA) Deletes an AlloyDB user in a given cluster.
|
|
|
|
list
|
|
(ALPHA) Lists AlloyDB users in a given cluster.
|
|
|
|
set-password
|
|
(ALPHA) Update an AlloyDB user's password within a given cluster and
|
|
region.
|
|
|
|
set-roles
|
|
(ALPHA) Update an AlloyDB user's database roles within a given cluster
|
|
and region.
|
|
|
|
set-superuser
|
|
(ALPHA) Update an AlloyDB user's superuser role within a given cluster
|
|
and region.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud alloydb users
|
|
|
|
$ gcloud beta alloydb users
|
|
|