pulumi
Installation
SKILL.md
Pulumi
Pulumi is an infrastructure as code platform that allows developers to define and deploy cloud infrastructure using familiar programming languages. It's used by DevOps engineers and cloud architects to automate infrastructure provisioning and management across various cloud providers.
Official docs: https://www.pulumi.com/docs/
Pulumi Overview
- Stack
- Resource
- Organization
Use action names and parameters as needed.
Working with Pulumi
This skill uses the Membrane CLI to interact with Pulumi. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Related skills