1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Tue Mar 1 21:43:54 UTC 2022

This commit is contained in:
Automated 2022-03-01 21:43:54 +00:00
parent c1c3b75313
commit 21878eea72
1018 changed files with 4838 additions and 3409 deletions

View file

@ -21,9 +21,8 @@ EXAMPLES
the CA pool 'my-pool' with the location 'us-west1', run:
$ gcloud privateca pools add-iam-policy-binding my-pool \
--location='us-west1' \
--member='user:test-user@gmail.com' \
--role='roles/privateca.certificateManager'
--location='us-west1' --member='user:test-user@gmail.com' \
--role='roles/privateca.certificateManager'
POSITIONAL ARGUMENTS
CA Pool resource - The CA pool for which to add the IAM policy binding.

View file

@ -11,19 +11,18 @@ EXAMPLES
To create a CA pool in the dev ops tier:
$ gcloud privateca pools create my-pool --location=us-west1 \
--tier=devops
--tier=devops
To create a CA pool and restrict what it can issue:
$ gcloud privateca pools create my-pool --location=us-west1 \
--issuance-policy=policy.yaml
--issuance-policy=policy.yaml
To create a CA pool that doesn't publicly publish CA certificates and CRLs:
$ gcloud privateca pools create my-pool --location=us-west1 \
--issuance-policy=policy.yaml \
--no-publish-ca-cert \
--no-publish-crl
--issuance-policy=policy.yaml --no-publish-ca-cert \
--no-publish-crl
POSITIONAL ARGUMENTS
CA POOL resource - The ca pool to create. The arguments in this group can

View file

@ -11,8 +11,7 @@ DESCRIPTION
EXAMPLES
To get metadata for the CA pool 'my-pool' in location 'us-west1':
$ gcloud privateca pools describe my-pool \
--location=us-west1
$ gcloud privateca pools describe my-pool --location=us-west1
POSITIONAL ARGUMENTS
CA Pool resource - The CA pool for which to obtain metadata. The arguments

View file

@ -10,8 +10,7 @@ EXAMPLES
To get the root CA certs for all active CAs in the CA pool:
$ gcloud privateca pools get-ca-certs my-pool \
--output-file=ca-certificates.pem \
--location=us-west1
--output-file=ca-certificates.pem --location=us-west1
POSITIONAL ARGUMENTS
CA POOL resource - The ca pool whose CA certificates should be fetched.

View file

@ -21,8 +21,7 @@ EXAMPLES
the CA pool 'my-pool' with the location 'us-west1', run:
$ gcloud privateca pools remove-iam-policy-binding my-pool \
--location=us-west1 \
--member='user:test-user@gmail.com' \
--location=us-west1 --member='user:test-user@gmail.com' \
--role='roles/privateca.certificateManager'
POSITIONAL ARGUMENTS

View file

@ -10,15 +10,13 @@ SYNOPSIS
EXAMPLES
To update labels on a CA pool:
$ gcloud privateca pools update my-pool \
--location=us-west1 \
--update-labels=foo=bar
$ gcloud privateca pools update my-pool --location=us-west1 \
--update-labels=foo=bar
To disable publishing CRLs on a CA pool:
$ gcloud privateca pools update my-pool \
--location=us-west1 \
--no-publish-crl
$ gcloud privateca pools update my-pool --location=us-west1 \
--no-publish-crl
POSITIONAL ARGUMENTS
CA POOL resource - The ca pool to update. The arguments in this group can