1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Wed Aug 17 09:22:03 UTC 2022

This commit is contained in:
Automated 2022-08-17 09:22:03 +00:00
parent fa820bfa8d
commit c614d893da
Failed to extract signature
183 changed files with 3129 additions and 270 deletions

View file

@ -1,6 +1,6 @@
NAME
gcloud alpha compute security-policies export - export security policy
configs into yaml files
configs into YAML or JSON files
SYNOPSIS
gcloud alpha compute security-policies export NAME --file-name=FILE_NAME
@ -8,7 +8,14 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Export security policy configs into yaml files.
(ALPHA) gcloud alpha compute security-policies export exports all data
associated with Compute Engine security policy into a local file.
EXAMPLES
To export a security policy in JSON format to a given file, run:
$ gcloud alpha compute security-policies export my-policy \
--file-name=my-file-name --file-format=json
POSITIONAL ARGUMENTS
NAME