1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +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 beta container binauthz attestors add-iam-policy-binding ATTESTOR
--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
(BETA) Add an IAM policy binding to the IAM policy of a Binary
@ -45,8 +45,8 @@ POSITIONAL ARGUMENTS
To set the project attribute:
◆ provide the argument attestor 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.
@ -111,9 +111,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

@ -5,13 +5,13 @@ NAME
SYNOPSIS
gcloud beta container binauthz attestors public-keys add
--attestor=ATTESTOR
(--pgp-public-key-file=PGP_PUBLIC_KEY_FILE | (--keyversion=KEYVERSION
(--pgp-public-key-file=PATH_TO_FILE | (--keyversion=KEYVERSION
: --keyversion-key=KEYVERSION_KEY
--keyversion-keyring=KEYVERSION_KEYRING
--keyversion-location=KEYVERSION_LOCATION
--keyversion-project=KEYVERSION_PROJECT)
| --pkix-public-key-algorithm=PKIX_PUBLIC_KEY_ALGORITHM
--pkix-public-key-file=PKIX_PUBLIC_KEY_FILE) [--comment=COMMENT]
--pkix-public-key-file=PATH_TO_FILE) [--comment=COMMENT]
[--public-key-id-override=PUBLIC_KEY_ID_OVERRIDE]
[GCLOUD_WIDE_FLAG ...]
@ -51,9 +51,10 @@ REQUIRED FLAGS
PGP key definition
--pgp-public-key-file=PGP_PUBLIC_KEY_FILE
--pgp-public-key-file=PATH_TO_FILE
The path to the file containing the ASCII-armored PGP public key to
add.
add. Use a full or relative path to a local file containing the
value of pgp_public_key_file.
Cloud KMS key definition
@ -128,8 +129,10 @@ REQUIRED FLAGS
This flag argument must be specified if any of the other arguments
in this group are specified.
--pkix-public-key-file=PKIX_PUBLIC_KEY_FILE
The path to the file containing the PKIX public key to add.
--pkix-public-key-file=PATH_TO_FILE
The path to the file containing the PKIX public key to add. Use a
full or relative path to a local file containing the value of
pkix_public_key_file.
This flag argument must be specified if any of the other arguments
in this group are specified.

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud beta container binauthz attestors public-keys update PUBLIC_KEY_ID
--attestor=ATTESTOR [--comment=COMMENT]
[--pgp-public-key-file=PGP_PUBLIC_KEY_FILE] [GCLOUD_WIDE_FLAG ...]
[--pgp-public-key-file=PATH_TO_FILE] [GCLOUD_WIDE_FLAG ...]
EXAMPLES
To update a PGP public key on an existing Attestor my_attestor:
@ -41,8 +41,10 @@ OPTIONAL FLAGS
--comment=COMMENT
The comment describing the public key.
--pgp-public-key-file=PGP_PUBLIC_KEY_FILE
--pgp-public-key-file=PATH_TO_FILE
The path to a file containing the updated ASCII-armored PGP public key.
Use a full or relative path to a local file containing the value of
pgp_public_key_file.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud beta container binauthz attestors remove-iam-policy-binding ATTESTOR
--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
(BETA) Remove an IAM policy binding from the IAM policy of a Binary
@ -47,8 +47,8 @@ POSITIONAL ARGUMENTS
To set the project attribute:
◆ provide the argument attestor 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.
@ -118,9 +118,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

@ -5,8 +5,8 @@ NAME
SYNOPSIS
gcloud beta container binauthz policy add-iam-policy-binding
--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
(BETA) Add an IAM policy binding to the IAM policy of a Binary
@ -93,9 +93,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 beta container binauthz policy remove-iam-policy-binding
--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
(BETA) Remove an IAM policy binding from the IAM policy of a Binary
@ -98,9 +98,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,