1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Apr 3 09:23:31 UTC 2024

This commit is contained in:
Automated 2024-04-03 09:23:31 +00:00
parent 4ade1b44cc
commit 7e2535c53d
212 changed files with 8070 additions and 151 deletions

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud infra-manager deployments export-statefile
(DEPLOYMENT : --location=LOCATION) [--draft] [GCLOUD_WIDE_FLAG ...]
(DEPLOYMENT : --location=LOCATION) [--draft] [--file=FILE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
This command generates a signed url to download a terraform state file.
@ -53,6 +54,13 @@ FLAGS
If this flag is set to true, the exported deployment state file will be
the draft state
--file=FILE
File name for statefile. It is optional and it specifies the filename
or complete path for the downloaded statefile. If only a file path is
provided, the statefile will be downloaded as "statefile" within that
directory. If a filename is included, the statefile will be downloaded
with that name.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -48,10 +48,11 @@ POSITIONAL ARGUMENTS
FLAGS
--file=FILE
File name for preview export artifacts. It is optional and if --file is
specified with a name or complete path, the artifacts will be
downloaded to either the current directory with files named as the name
provided or to the complete path.
File name for preview export artifacts. It is optional and it specifies
the filename or complete path for the downloaded preview export
artifacts. If only a file path is provided, the artifacts will be
downloaded as "preview" within that directory. If a filename is
included, the artifacts will be downloaded with that name.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,