1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +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

@ -37,7 +37,7 @@ EXAMPLES
$ gcloud beta certificate-manager certificates create \
api-example-com --dns-authorizations=api-example-com \
--domains="api.example.com"
--domains="api.example.com"
POSITIONAL ARGUMENTS
Certificate resource - The name of the certificate to create. The

View file

@ -16,7 +16,7 @@ EXAMPLES
To update a certificate with name simple-cert, run:
$ gcloud beta certificate-manager certificates update simple-cert \
--description="desc" --update-labels="key=value"
--description="desc" --update-labels="key=value" \
--certificate-file=cert.pem --private-key-file=key.pem
POSITIONAL ARGUMENTS