1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Feb 15 10:13:15 UTC 2023

This commit is contained in:
Automated 2023-02-15 10:13:15 +00:00
parent 02b395b082
commit 78fb6d9419
375 changed files with 5899 additions and 1603 deletions

View file

@ -6,8 +6,8 @@ SYNOPSIS
gcloud alpha certificate-manager maps entries create
(ENTRY : --location=LOCATION --map=MAP)
(--hostname=HOSTNAME | --set-primary) [--description=DESCRIPTION]
--certificates=[CERTIFICATES,...] [--async] [--labels=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
[--async] [--certificates=[CERTIFICATES,...]]
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command creates a certificate map entry.
@ -72,6 +72,10 @@ COMMONLY USED FLAGS
Text description of a certificate map entry.
OTHER FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
Certificate resource - The certificates to be attached to the entry. This
represents a Cloud resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways. To set the project
@ -89,10 +93,6 @@ OTHER FLAGS
certificates. To set the certificate attribute:
▸ provide the argument --certificates on the command line.
--async
Return immediately, without waiting for the operation in progress to
complete.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud alpha certificate-manager maps entries update
(ENTRY : --location=LOCATION --map=MAP) [--description=DESCRIPTION]
--certificates=[CERTIFICATES,...] [--async]
[--async] [--certificates=[CERTIFICATES,...]]
[--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
@ -59,6 +59,10 @@ COMMONLY USED FLAGS
Text description of a certificate map entry.
OTHER FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
Certificate resource - The certificates to be attached to the entry. This
represents a Cloud resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways. To set the project
@ -76,10 +80,6 @@ OTHER FLAGS
certificates. To set the certificate attribute:
▸ provide the argument --certificates on the command line.
--async
Return immediately, without waiting for the operation in progress to
complete.
--update-labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to update. If a label exists, its value
is modified. Otherwise, a new label is created.