add new chinese translations
This commit is contained in:
24
pages.zh/common/pulumi-up.md
Normal file
24
pages.zh/common/pulumi-up.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# pulumi up
|
||||
|
||||
> 创建或更新堆栈中的资源。
|
||||
> 更多信息:<https://www.pulumi.com/docs/cli/commands/pulumi_up/>.
|
||||
|
||||
- 预览并部署程序和/或基础设施的更改:
|
||||
|
||||
`pulumi up`
|
||||
|
||||
- 在预览后自动批准并执行更新:
|
||||
|
||||
`pulumi up --yes`
|
||||
|
||||
- 在特定堆栈中预览并部署更改:
|
||||
|
||||
`pulumi up --stack {{stack}}`
|
||||
|
||||
- 不显示堆栈输出:
|
||||
|
||||
`pulumi up --suppress-outputs`
|
||||
|
||||
- 即使遇到错误也继续更新资源:
|
||||
|
||||
`pulumi up --continue-on-error`
|
Reference in New Issue
Block a user