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

gcloud: Wed Jul 13 09:59:37 UTC 2022

This commit is contained in:
Automated 2022-07-13 09:59:38 +00:00
parent cf5ab60e4a
commit 879929cbc6
Failed to extract signature
323 changed files with 7203 additions and 4178 deletions

View file

@ -74,7 +74,7 @@ FLAGS
complete.
--crypto-key=CRYPTO_KEY
The fully qualified name of the crypto key to use for customer-managed
Fully qualified name of the crypto key to use for customer-managed
encryption. If this is unspecified, Google-managed keys will be used
for encryption.

View file

@ -1,12 +1,12 @@
NAME
gcloud eventarc channels delete - deletes an Eventarc channel
gcloud eventarc channels delete - delete an Eventarc channel
SYNOPSIS
gcloud eventarc channels delete (CHANNEL : --location=LOCATION) [--async]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Deletes an Eventarc channel.
Delete an Eventarc channel.
EXAMPLES
To delete the channel my-channel in location us-central1, run:

View file

@ -1,12 +1,12 @@
NAME
gcloud eventarc channels describe - describes an Eventarc channel
gcloud eventarc channels describe - describe an Eventarc channel
SYNOPSIS
gcloud eventarc channels describe (CHANNEL : --location=LOCATION)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Describes an Eventarc channel.
Describe an Eventarc channel.
EXAMPLES
To describe the channel my-channel in location us-central1, run:

View file

@ -19,13 +19,13 @@ COMMANDS
Create an Eventarc channel.
delete
Deletes an Eventarc channel.
Delete an Eventarc channel.
describe
Describes an Eventarc channel.
Describe an Eventarc channel.
list
List Eventarc channels.
update
Updates an Eventarc channel.
Update an Eventarc channel.

View file

@ -1,12 +1,12 @@
NAME
gcloud eventarc channels update - updates an Eventarc channel
gcloud eventarc channels update - update an Eventarc channel
SYNOPSIS
gcloud eventarc channels update (CHANNEL : --location=LOCATION) [--async]
[--clear-crypto-key | --crypto-key=CRYPTO_KEY] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Updates an Eventarc channel.
Update an Eventarc channel.
EXAMPLES
To update the channel my-channel in location us-central1, run:
@ -62,9 +62,9 @@ FLAGS
continue to be encrypted using Google-managed keys.
--crypto-key=CRYPTO_KEY
The fully qualified name of the crypto key to use for
customer-managed encryption. If this is unspecified, Google-managed
keys will be used for encryption.
Fully qualified name of the crypto key to use for customer-managed
encryption. If this is unspecified, Google-managed keys will be used
for encryption.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -1,5 +1,5 @@
NAME
gcloud eventarc google-channels describe - describes an Eventarc Google
gcloud eventarc google-channels describe - describe an Eventarc Google
channel
SYNOPSIS
@ -7,10 +7,10 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Describes an Eventarc Google channel.
Describe an Eventarc Google channel.
EXAMPLES
To describe the google channel in location us-central1, run:
To describe the Google channel in location us-central1, run:
$ gcloud eventarc google-channels describe --location=us-central1

View file

@ -16,7 +16,7 @@ COMMANDS
COMMAND is one of the following:
describe
Describes an Eventarc Google channel.
Describe an Eventarc Google channel.
update
Updates an Eventarc Google channel.
Update an Eventarc Google channel.

View file

@ -1,19 +1,19 @@
NAME
gcloud eventarc google-channels update - updates an Eventarc Google channel
gcloud eventarc google-channels update - update an Eventarc Google channel
SYNOPSIS
gcloud eventarc google-channels update [--location=LOCATION]
[--clear-crypto-key | --crypto-key=CRYPTO_KEY] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Updates an Eventarc Google channel.
Update an Eventarc Google channel.
EXAMPLES
To update the google channel in location us-central1, run:
To update the Google channel in location us-central1, run:
$ gcloud eventarc google-channels update --location=us-central1
To configure the google channel in location us-central1 with a Cloud KMS
To configure the Google channel in location us-central1 with a Cloud KMS
CryptoKey, run:
$ gcloud eventarc google-channels update --location=us-central1 \
@ -43,9 +43,9 @@ FLAGS
continue to be encrypted using Google-managed keys.
--crypto-key=CRYPTO_KEY
The fully qualified name of the crypto key to use for
customer-managed encryption. If this is unspecified, Google-managed
keys will be used for encryption.
Fully qualified name of the crypto key to use for customer-managed
encryption. If this is unspecified, Google-managed keys will be used
for encryption.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,