mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Mar 8 10:34:05 UTC 2023
This commit is contained in:
parent
bdaa0b3cfc
commit
29661f002c
111 changed files with 1800 additions and 704 deletions
|
|
@ -16,12 +16,14 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
list
|
||||
(BETA) List the Cloud Spanner database roles contained within the given
|
||||
(BETA) List the Cloud Spanner database roles defined in the given
|
||||
database.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud spanner databases roles
|
||||
|
||||
$ gcloud alpha spanner databases roles
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud beta spanner databases roles list - list the Cloud Spanner database
|
||||
roles contained within the given database
|
||||
roles defined in the given database
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta spanner databases roles list
|
||||
|
|
@ -9,8 +9,7 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) List the Cloud Spanner database roles contained within the given
|
||||
database.
|
||||
(BETA) List the Cloud Spanner database roles defined in the given database.
|
||||
|
||||
EXAMPLES
|
||||
To list the Cloud Spanner database roles in a database, run:
|
||||
|
|
@ -87,8 +86,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud spanner databases roles list
|
||||
|
||||
$ gcloud alpha spanner databases roles list
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue