mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Sep 27 12:05:40 UTC 2023
This commit is contained in:
parent
54eca12593
commit
6c60d7f07f
256 changed files with 8313 additions and 442 deletions
49
gcloud/infra-manager/deployments/help
Normal file
49
gcloud/infra-manager/deployments/help
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
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.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha infra-manager deployments
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue