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

gcloud: Thu Apr 6 10:23:36 UTC 2023

This commit is contained in:
Automated 2023-04-06 10:23:36 +00:00
parent 5fabf24be7
commit 32e56b8b99
209 changed files with 5396 additions and 561 deletions

View file

@ -9,6 +9,12 @@ SYNOPSIS
DESCRIPTION
(ALPHA) Delete the specified TrustConfig.
EXAMPLES
To delete a TrustConfig called 'my-trust-config', run:
$ gcloud alpha certificate-manager trust-configs delete \
my-trust-config --location=global
POSITIONAL ARGUMENTS
TrustConfig resource - Name of the TrustConfig you want to delete. The
arguments in this group can be used to specify the attributes of this
@ -61,5 +67,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta certificate-manager trust-configs delete

View file

@ -58,5 +58,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta certificate-manager trust-configs describe

View file

@ -9,6 +9,13 @@ SYNOPSIS
DESCRIPTION
(ALPHA) Export a TrustConfig.
EXAMPLES
To export a TrustConfig, run:
$ gcloud alpha certificate-manager trust-configs export \
my-trust-config --destination=my-trust-config.yaml \
--location=global
POSITIONAL ARGUMENTS
TrustConfig resource - Name of the TrustConfig to export. The arguments in
this group can be used to specify the attributes of this resource. (NOTE)
@ -60,5 +67,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta certificate-manager trust-configs export

View file

@ -36,5 +36,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta certificate-manager trust-configs

View file

@ -73,5 +73,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta certificate-manager trust-configs import

View file

@ -80,5 +80,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta certificate-manager trust-configs list