Pulumi

인프라

자연어로 클라우드 인프라를 미리보기, 배포, 관리하세요 — Neotask이 OpenClaw을 Pulumi에 제공합니다.

할 수 있는 것

배포 전 변경사항 미리보기

Ask Neotask to run a pulumi preview on any stack and explain the diff in plain English — not just the raw plan output. Understand what is being added, changed, or replaced and why, so you can approve with confidence.

Deploy and Manage Stacks

Trigger pulumi up, cancel a stuck update, or roll back to a previous checkpoint — all through conversation. Neotask confirms destructive operations before executing and reports the final resource count when done.

Query Stack Outputs and State

Ask for specific output values (like an S3 bucket name or a database endpoint) without opening the Pulumi console. Query resource state, check for drift with pulumi refresh, and see which resources were last modified.

Manage Multiple Environments

Compare stacks across dev, staging, and production. Ask Neotask which environment has a resource that production is missing, or why staging and production have different configurations for the same component.

Diagnose Deployment Failures

When a stack update fails, paste the error or ask Neotask to fetch the latest operation logs and diagnose the root cause — whether it is a missing IAM permission, a quota limit, or a provider bug.

이렇게 물어보세요

  • "Preview the changes for the production stack and explain what will change"
  • "Deploy the staging stack and tell me when it's done"
  • "What are the outputs of the data-pipeline stack?"
  • "Refresh the dev stack and show me any drift"
  • "Why did the last production deploy fail?"
  • "Which resources were created in the past week across all stacks?"
  • "Destroy the temp-experiment stack after confirming what will be deleted"
  • "Compare the networking stack config between staging and production"
  • 프로 팁

  • Always run a preview before deploying — ask Neotask to "explain any replacements" since replacements cause downtime unlike in-place updates.
  • Use stack tags in Pulumi and reference them in prompts: "show me all stacks tagged environment=production" for multi-project organizations.
  • Ask Neotask to check IAM policies before a deploy if you see permission errors — it can suggest the exact policy statement needed.
  • For long-running deploys, ask for a progress check: "how many resources are done in the current update?"
  • Treat pulumi destroy as a two-step prompt: first "list all resources that would be destroyed," then confirm destruction only after reviewing the list.