mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 02:35:23 +02:00
pulumi-new: add page (#14833)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
66f1728f40
commit
9fc92f1d39
1 changed files with 24 additions and 0 deletions
24
pages/common/pulumi-new.md
Normal file
24
pages/common/pulumi-new.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# pulumi new
|
||||
|
||||
> Create a new Pulumi project.
|
||||
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_new/>.
|
||||
|
||||
- Choose a template interactively:
|
||||
|
||||
`pulumi new`
|
||||
|
||||
- Create a project from a specific template (e.g `azure-python`):
|
||||
|
||||
`pulumi new {{provided-template}}`
|
||||
|
||||
- Create a project from a local file:
|
||||
|
||||
`pulumi new {{path/to/templates/aws-typescript}}`
|
||||
|
||||
- Create a project from a Git repository:
|
||||
|
||||
`pulumi new {{url}}`
|
||||
|
||||
- Use the specified secrets provider with the <pulumi.com> backend:
|
||||
|
||||
`pulumi new --secrets-provider={{passphrase}}`
|
Loading…
Add table
Reference in a new issue