1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Apr 6 08:36:53 UTC 2022

This commit is contained in:
Automated 2022-04-06 08:36:53 +00:00
parent 9bf28f1efe
commit f88a614da8
221 changed files with 7174 additions and 449 deletions

View file

@ -21,10 +21,9 @@ POSITIONAL ARGUMENTS
FLAGS
--destination=DESTINATION
Path to a YAML file where the configuration will be exported. The
exported data will not contain any output-only fields. Alternatively,
you may omit this flag to write to standard output. For a schema
describing the export/import format, see:
Path to a YAML file where the configuration will be exported.
Alternatively, you may omit this flag to write to standard output. For
a schema describing the export/import format, see:
$CLOUDSDKROOT/lib/googlecloudsdk/schemas/compute/v1/TargetHttpsProxy.yaml.
At most one of these can be specified:

View file

@ -20,10 +20,9 @@ POSITIONAL ARGUMENTS
FLAGS
--source=SOURCE
Path to a YAML file containing configuration export data. The YAML file
must not contain any output-only fields. Alternatively, you may omit
this flag to read from standard input.For a schema describing the
export/import format, see:
Path to a YAML file containing configuration export data.
Alternatively, you may omit this flag to read from standard input.For a
schema describing the export/import format, see:
$CLOUDSDKROOT/lib/googlecloudsdk/schemas/compute/v1/TargetHttpsProxy.yaml.
Note: $CLOUDSDKROOT represents the Google Cloud CLI's installation directory.