mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Aug 17 09:22:03 UTC 2022
This commit is contained in:
parent
fa820bfa8d
commit
c614d893da
183 changed files with 3129 additions and 270 deletions
|
|
@ -10,6 +10,12 @@ SYNOPSIS
|
|||
DESCRIPTION
|
||||
(ALPHA) Export the configuration for a Network Services gateway.
|
||||
|
||||
EXAMPLES
|
||||
To export a gateway named 'my-gateway' to a YAML file, run:
|
||||
|
||||
$ gcloud alpha network-services gateways export my-gateway \
|
||||
--destination=my-gateway.yaml --location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Gateway resource - Name of the gateway to export. The arguments in this
|
||||
group can be used to specify the attributes of this resource. (NOTE) Some
|
||||
|
|
@ -62,5 +68,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 network-services gateways export
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue