mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Apr 3 09:23:31 UTC 2024
This commit is contained in:
parent
4ade1b44cc
commit
7e2535c53d
212 changed files with 8070 additions and 151 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue