pulumi-new
Create a new Pulumi project from template
TLDR
Create new project interactively
$ pulumi new
Create from template$ pulumi new [template]
Create TypeScript project$ pulumi new typescript
Create AWS Python project$ pulumi new aws-python
Create with project name$ pulumi new [template] --name [project_name]
SYNOPSIS
pulumi new [options] [template]
DESCRIPTION
pulumi new creates a new Pulumi project from a template. Templates include language runtimes (typescript, python, go, csharp) and cloud providers (aws, azure, gcp). Initializes project structure and dependencies.
PARAMETERS
--name name
Project name.--description desc
Project description.-s, --stack name
Initial stack name.-d, --dir dir
Target directory.-y, --yes
Skip prompts with defaults.--force
Overwrite existing files.-g, --generate-only
Generate without creating stack.
SEE ALSO
pulumi(1), pulumi-up(1), pulumi-stack(1)
