Introducing Pulumi Do: Direct Resource Operations for Any Cloud

Introducing Pulumi Do: Direct Resource Operations for Any Cloud

Pulumi Blog
Pulumi BlogMay 22, 2026

Why It Matters

By collapsing multi‑step IaC workflows into a single command, pulumi do accelerates rapid cloud tasks and enables autonomous agents to provision infrastructure without human intervention, reshaping how teams manage ad‑hoc resources.

Key Takeaways

  • Pulumi do enables one‑command CRUD for any cloud resource
  • No project or state files required for ad‑hoc operations
  • Consistent JSON output simplifies parsing for AI agents
  • Supports all Pulumi providers, including niche SaaS services
  • Future roadmap adds unified credentials and stateful mode

Pulse Analysis

Infrastructure as code (IaC) has become the backbone of modern cloud operations, offering versioned, repeatable deployments and drift detection. Yet, the overhead of setting up a full Pulumi project for a single resource—creating directories, writing code, and managing state—can be cumbersome for quick tasks. Pulumi do addresses this friction by exposing the full power of Pulumi providers through a single, stateless CLI command. Users can spin up an S3 bucket, query a VPC, or delete a stray database with a single line, while still benefiting from provider defaults, auto‑naming, and JSON‑structured output. This streamlines day‑to‑day cloud management and reduces the learning curve for engineers who need occasional, one‑off resources.

The real strategic impact lies in the command’s agent‑friendly design. Pulumi’s recent Agentic Infrastructure Era initiatives introduced agent accounts and the Pulumi ESC credential manager, enabling AI‑driven workflows to provision resources without manual credential handling. Pulumi do complements these tools by offering a uniform command pattern—<package:module:type> <operation>—that any coding agent can learn once and apply across AWS, Azure, GCP, Kubernetes, and dozens of SaaS providers. The predictable JSON output and standardized exit codes make it trivial for autonomous scripts to parse results, paving the way for fully automated, zero‑touch infrastructure provisioning.

Looking ahead, Pulumi plans to evolve pulumi do from a stateless utility into a bridge toward full IaC. Upcoming features include unified credential resolution via ESC, cross‑resource reference handling, and a stateful mode that records resource metadata for drift detection and seamless graduation to a Pulumi project. This roadmap positions Pulumi do as both a rapid‑response tool and a stepping stone for teams transitioning from ad‑hoc scripts to governed, collaborative IaC pipelines, potentially reshaping cloud adoption strategies in enterprises seeking both agility and compliance.

Introducing pulumi do: Direct Resource Operations for Any Cloud

Comments

Want to join the conversation?

Loading comments...