Pulumi CLI
RAPR CLI connectorCloud, DevOps & InfrastructureInfrastructure as Code via Pulumi — define cloud resources in TypeScript, Python, Go, or C# instead of HCL.
Pulumi CLI package details
RAPR CLI connector scope
This is RAPR-authored connector guidance for a command-line tool the user installs locally. The upstream CLI remains governed by its own license and terms. This package contains RAPR-authored CLI usage guidance, install commands, and agent instructions. It does not bundle the upstream CLI binary. Users can also go directly to the public upstream source linked on this page.
How to get started
Install RAPR AI
Download and install RAPR AI on your computer
Find in Marketplace
Open RAPR AI, go to Packages, and browse the marketplace
Install from Marketplace
Click Install. RAPR sets up the wrapper package, connector guidance, or skill instructions for this listing.
Authenticate
Login to Pulumi Cloud or configure a local backend for state storage.
Pulumi CLI
Define and manage cloud infrastructure using real programming languages — TypeScript, Python, Go, or C#.
What you can do
- Preview: See what changes will be made before applying
- Up: Deploy infrastructure changes
- Destroy: Tear down resources cleanly
- Stacks: Manage multiple environments (dev, staging, prod)
- Config: Manage secrets and configuration per stack
- Import: Bring existing resources under Pulumi management
Prerequisites
# Install Pulumi
brew install pulumi # macOS
choco install pulumi # Windows
curl -fsSL https://get.pulumi.com | sh # Linux
# Login (free tier available)
pulumi login
Example Commands
- "Create a new Pulumi project with TypeScript"
- "Preview the infrastructure changes"
- "Deploy to the staging stack"
- "Import an existing S3 bucket into Pulumi"
Ready to try Pulumi CLI?
Download RAPR AI and connect Pulumi CLI in seconds.