add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,36 @@
# pulumi 堆栈
> 管理堆栈并查看堆栈状态。
> 更多信息:<https://www.pulumi.com/docs/iac/cli/commands/pulumi_stack/>
- 创建一个新的堆栈:
`pulumi stack init {{stack_name}}`
- 查看堆栈状态:
`pulumi stack`
- 列出当前项目中的堆栈:
`pulumi stack ls`
- 列出所有项目中的堆栈:
`pulumi stack ls --all`
- 选择一个活动堆栈:
`pulumi stack select {{stack_name}}`
- 以明文形式显示堆栈输出,包括机密:
`pulumi stack output --show-secrets`
- 将堆栈状态导出到 JSON 文件:
`pulumi stack export --file {{path/to/file.json}}`
- 显示帮助信息:
`pulumi stack --help`