1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Jul 31 09:35:15 UTC 2024

This commit is contained in:
Automated 2024-07-31 09:35:16 +00:00
parent 3a4c5997b9
commit ed2f818f7a
2722 changed files with 12631 additions and 6826 deletions

View file

@ -5,8 +5,8 @@ NAME
SYNOPSIS
gcloud spanner databases add-iam-policy-binding
(DATABASE : --instance=INSTANCE) --member=PRINCIPAL --role=ROLE
[--condition=[KEY=VALUE,...]
| --condition-from-file=CONDITION_FROM_FILE] [GCLOUD_WIDE_FLAG ...]
[--condition=[KEY=VALUE,...] | --condition-from-file=PATH_TO_FILE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Add an IAM policy binding to a Cloud Spanner database. One binding consists
@ -45,8 +45,8 @@ POSITIONAL ARGUMENTS
To set the project attribute:
◆ provide the argument database on the command line with a fully
specified name;
set the property core/project;
provide the argument --project on the command line.
provide the argument --project on the command line;
set the property core/project.
This must be specified.
@ -123,9 +123,10 @@ OPTIONAL FLAGS
description
(Optional) Additional description for the expression.
--condition-from-file=CONDITION_FROM_FILE
--condition-from-file=PATH_TO_FILE
Path to a local JSON or YAML file that defines the condition. To see
available fields, see the help for --condition.
available fields, see the help for --condition. Use a full or
relative path to a local file containing the value of condition.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud spanner databases remove-iam-policy-binding
(DATABASE : --instance=INSTANCE) --member=PRINCIPAL --role=ROLE
[--all | --condition=[KEY=VALUE,...]
| --condition-from-file=CONDITION_FROM_FILE] [GCLOUD_WIDE_FLAG ...]
| --condition-from-file=PATH_TO_FILE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Remove an IAM policy binding of a Cloud Spanner database.
@ -44,8 +44,8 @@ POSITIONAL ARGUMENTS
To set the project attribute:
◆ provide the argument database on the command line with a fully
specified name;
set the property core/project;
provide the argument --project on the command line.
provide the argument --project on the command line;
set the property core/project.
This must be specified.
@ -127,9 +127,10 @@ OPTIONAL FLAGS
description
(Optional) Additional description for the expression.
--condition-from-file=CONDITION_FROM_FILE
--condition-from-file=PATH_TO_FILE
Path to a local JSON or YAML file that defines the condition. To see
available fields, see the help for --condition.
available fields, see the help for --condition. Use a full or
relative path to a local file containing the value of condition.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,