mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed May 10 11:35:23 UTC 2023
This commit is contained in:
parent
a4643b613a
commit
14441c7ea7
154 changed files with 6649 additions and 164 deletions
47
gcloud/beta/alloydb/users/help
Normal file
47
gcloud/beta/alloydb/users/help
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
NAME
|
||||
gcloud beta alloydb users - provide commands for managing AlloyDB users
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta alloydb users COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) 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
|
||||
(BETA) Creates a user in a given cluster.
|
||||
|
||||
delete
|
||||
(BETA) Deletes an AlloyDB user in a given cluster.
|
||||
|
||||
list
|
||||
(BETA) Lists AlloyDB users in a given cluster.
|
||||
|
||||
set-password
|
||||
(BETA) Update an AlloyDB user's password within a given cluster and
|
||||
region.
|
||||
|
||||
set-roles
|
||||
(BETA) Update an AlloyDB user's database roles within a given cluster
|
||||
and region.
|
||||
|
||||
set-superuser
|
||||
(BETA) Update an AlloyDB user's superuser role within a given cluster
|
||||
and region.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud alloydb users
|
||||
|
||||
$ gcloud alpha alloydb users
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue