Pulumi
Infrastructure as Code using real programming languages. Define cloud resources with TypeScript, Python, Go, or C#.
31 commands
Browse by Topic
Install Pulumi (macOS)
Install Pulumi CLI using Homebrew on macOS
Install Pulumi (Linux/macOS)
Install Pulumi CLI using the official installer script
Check Pulumi version
Verify Pulumi is installed and display the current version
Create new Pulumi project
Initialize a new Pulumi project using the TypeScript template
Create stack
Create a new stack.
Select stack
Switch to a different stack.
List stacks
List all stacks.
Stack output
Show stack outputs.
Delete stack
Remove a stack.
Stack history
Show stack update history.
Preview changes
Preview infrastructure changes.
Deploy changes
Deploy infrastructure changes.
Deploy with auto-approve
Deploy without confirmation.
Destroy infrastructure
Destroy all resources in stack.
Target specific resource
Update only specific resources.
Refresh state
Sync state with actual resources.
Set config value
Set a configuration value.
Set secret
Set an encrypted secret value.
Get config
Get a configuration value.
List config
List all configuration values.
Remove config
Remove a configuration value.
Export state
Export stack state to file.
Import state
Import stack state from file.
Import resource
Import existing resource into state.
Delete from state
Remove resource from state.
Rename resource
Rename a resource in state.
New TypeScript project
Create new TypeScript AWS project.
New Python project
Create new Python AWS project.
New Go project
Create new Go GCP project.
List templates
List available project templates.
New from URL
Create project from Git template.
Discussion
Loading comments...