pulumi
$ brew install pulumi/tap/pulumiInfrastructure as code, typescript infra, and stacks from the terminal.
- pulumi fits infra well, especially for infrastructure as code, typescript infra, and stacks from the terminal.
- It is the official CLI from Pulumi.
- Good for scripts and agents.
- Good fit for coding-agent workflows and repeatable scripts.
- Structured output is available for automation and parsing.
Pulumi guide
The official CLI from Pulumi. Infrastructure as code, typescript infra, and stacks from the terminal. Supports structured output — good for scripts and agents.
Open CLI packages the install path, verify step, and safe-start workflow so this tool can move from “interesting CLI” to something you can actually use. It also integrates with skills.sh so each CLI comes with the right companion skills, not just a binary and a docs link.
When to apply
- infrastructure as code, typescript infra, and stacks from the terminal.
- You want containers and infrastructure you can script with structured output.
- You need infrastructure as code.
- You need typescript infra.
- You need stacks.
Quick reference
brew install pulumi/tap/pulumipulumi --helppulumi login && pulumi newOpen CLI × skills.sh
Open CLI integrates pulumi with the right skills.sh companions so you get the tool and the workflow together.
Deployment Automation
Recommended pairingOpen CLI recommends this skills.sh skill because it fits containers / infra workflows. Safer deployment routines with approvals, checks, and repeatable steps.
$ npx skills add https://github.com/supercent-io/skills-template --skill deployment-automationUse pulumi together with the Deployment Automation skills.sh skill. Inspect the current project, verify prerequisites, and suggest the safest next deployment step before changing anything.
Why this tool
- pulumi fits infra well, especially for infrastructure as code, typescript infra, and stacks from the terminal.
- It is the official CLI from Pulumi.
- Good for scripts and agents.
Watch-outs
- Sign in before real work.
- Needs network access.
- Start with read-only or dry-run commands.
Example workflow
1. pulumi login && pulumi newSafe start
Install pulumi.
Run `pulumi --help` first.
Start with `pulumi login && pulumi new`.
Authenticate pulumi before asking the agent to do real work.