mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Apr 17 09:40:58 UTC 2024
This commit is contained in:
parent
7e2535c53d
commit
3740758467
178 changed files with 2958 additions and 1351 deletions
|
|
@ -202,8 +202,9 @@ FLAGS
|
|||
See gcloud topic gcloudignore for more information.
|
||||
|
||||
--local-source=LOCAL_SOURCE
|
||||
Local storage path where config files are stored. e.g.
|
||||
./path/to/blueprint
|
||||
Local storage path where config files are stored. When using this
|
||||
option, terraform config file referecnes outside this storage path is
|
||||
not supported. e.g. ./path/to/blueprint
|
||||
|
||||
Examples:
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud infra-manager deployments import-statefile
|
||||
(DEPLOYMENT : --location=LOCATION) --lock-id=LOCK_ID
|
||||
(DEPLOYMENT : --location=LOCATION) --lock-id=LOCK_ID [--file=FILE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -54,6 +54,12 @@ REQUIRED FLAGS
|
|||
--lock-id=LOCK_ID
|
||||
Lock ID of the lock file to verify person importing owns lock.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--file=FILE
|
||||
File path for importing statefile into a deployment. It specifies the
|
||||
local file path of an existing Terraform statefile to directly upload
|
||||
for a deployment.
|
||||
|
||||
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