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

gcloud: Fri Jun 2 10:25:45 UTC 2023

This commit is contained in:
Automated 2023-06-02 10:25:45 +00:00
parent d0919dce4f
commit daa9cea776
199 changed files with 7828 additions and 401 deletions

View file

@ -5,7 +5,9 @@ SYNOPSIS
gcloud privateca pools create (CA_POOL : --location=LOCATION)
[--issuance-policy=ISSUANCE_POLICY] [--labels=[KEY=VALUE,...]]
[--no-publish-ca-cert] [--no-publish-crl]
[--tier=TIER; default="enterprise"] [GCLOUD_WIDE_FLAG ...]
[--publishing-encoding-format=PUBLISHING_ENCODING_FORMAT;
default="pem"] [--tier=TIER; default="enterprise"]
[GCLOUD_WIDE_FLAG ...]
EXAMPLES
To create a CA pool in the dev ops tier:
@ -91,6 +93,10 @@ FLAGS
Enabled by default, use --no-publish-crl to disable.
--publishing-encoding-format=PUBLISHING_ENCODING_FORMAT; default="pem"
The encoding format of the content published to storage buckets.
PUBLISHING_ENCODING_FORMAT must be one of: der, pem.
--tier=TIER; default="enterprise"
The tier for the Certificate Authority. TIER must be one of: devops,
enterprise.

View file

@ -4,7 +4,9 @@ NAME
SYNOPSIS
gcloud privateca pools update (CA_POOL : --location=LOCATION)
[--issuance-policy=ISSUANCE_POLICY] [--no-publish-ca-cert]
[--no-publish-crl] [--update-labels=[KEY=VALUE,...]]
[--no-publish-crl]
[--publishing-encoding-format=PUBLISHING_ENCODING_FORMAT;
default="pem"] [--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
EXAMPLES
@ -88,6 +90,10 @@ FLAGS
Enabled by default, use --no-publish-crl to disable.
--publishing-encoding-format=PUBLISHING_ENCODING_FORMAT; default="pem"
The encoding format of the content published to storage buckets.
PUBLISHING_ENCODING_FORMAT must be one of: der, pem.
--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.