Skip to content

Commit

Permalink
pulumi-new: add page (tldr-pages#14833)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
4 people authored Nov 21, 2024
1 parent 66f1728 commit 9fc92f1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages/common/pulumi-new.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit 9fc92f1

Please sign in to comment.