What problem does it solve?
It eliminates the friction and risk of running Pulumi infrastructure automation manually by standardizing how an agent previews, deploys, and safely tears down stacks.
Core Features & Use Cases
- Non-interactive automation: Prevents agent sessions from hanging by requiring
--non-interactive and, where needed, --yes.
- Predictable outputs: Encourages
--output=json to keep results stable and easy to parse for subsequent agent steps.
- Repeatable stack operations: Covers common workflows for previews, deployments, destruction, stack selection, and configuration management, plus direct Pulumi Cloud API calls.
- Use Case: A CI-driven agent needs to verify an infrastructure change with
preview, apply it with up, and roll it back with destroy while producing machine-readable results.
Quick Start
Use the pulumi-cli skill to preview and then deploy the selected stack in non-interactive mode when I provide the target stack name and change intent.