add new chinese translations
This commit is contained in:
24
pages.zh/common/pulumi-new.md
Normal file
24
pages.zh/common/pulumi-new.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# pulumi new
|
||||
|
||||
> 创建一个新的 Pulumi 项目。
|
||||
> 更多信息:<https://www.pulumi.com/docs/iac/cli/commands/pulumi_new/>。
|
||||
|
||||
- 交互式选择模板:
|
||||
|
||||
`pulumi new`
|
||||
|
||||
- 从特定模板创建项目(例如 `azure-python`):
|
||||
|
||||
`pulumi new {{提供的模板}}`
|
||||
|
||||
- 从本地文件创建项目:
|
||||
|
||||
`pulumi new {{path/to/templates/aws-typescript}}`
|
||||
|
||||
- 从 Git 仓库创建项目:
|
||||
|
||||
`pulumi new {{url}}`
|
||||
|
||||
- 使用指定的秘密提供程序与 <pulumi.com> 后端:
|
||||
|
||||
`pulumi new --secrets-provider={{passphrase}}`
|
Reference in New Issue
Block a user