mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Apr 6 10:23:36 UTC 2023
This commit is contained in:
parent
5fabf24be7
commit
32e56b8b99
209 changed files with 5396 additions and 561 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue