mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
43 lines
798 B
Text
43 lines
798 B
Text
NAME
|
|
gcloud infra-manager deployments - manage Deployment resources
|
|
|
|
SYNOPSIS
|
|
gcloud infra-manager deployments COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage Deployment resources.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
apply
|
|
Create or update a deployment.
|
|
|
|
delete
|
|
Delete deployments.
|
|
|
|
describe
|
|
Describe deployments.
|
|
|
|
export-lock
|
|
Exports lock info of a deployment.
|
|
|
|
export-statefile
|
|
Export a terraform state file.
|
|
|
|
import-statefile
|
|
Import a terraform state file.
|
|
|
|
list
|
|
List deployments.
|
|
|
|
lock
|
|
Locks the deployment.
|
|
|
|
unlock
|
|
Unlocks the deployment.
|