Skip to main content

@ulfamansson/pulumi

v2026.04.27.3

Read Pulumi stack state via CLI and marshal into swamp data keyed by URN for CEL consumption in workflows and reports.

Quality score

How well-documented and verifiable this extension is.

41%

Grade D

  • Has README or module doc0/2missing
  • README has a code example0/1missing
  • README is substantive0/1pending
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared0/1missing
  • Verified public repository0/2missing

Install

$ swamp extension pull @ulfamansson/pulumi

@ulfamansson/pulumiv2026.04.27.3pulumi.ts

Global Arguments

ArgumentTypeDescription
workDirstringPath to the Pulumi project directory
stackstringStack name (e.g. dev, prod, staging)
list_resourcesList all resources in the Pulumi stack with URN, type, name, and cloud ID
read_stateRead full Pulumi stack state — writes one resource per URN with inputs and outputs
get_outputsRead Pulumi stack outputs — writes one resource per output (secrets shown as '[secret]' unless showSecrets is true)
ArgumentTypeDescription
showSecretsbooleanReveal secret output values (requires appropriate Pulumi access)

Resources

pulumi_inventory(1h)— Summary of all resources in the Pulumi stack
pulumi_resource(1h)— Individual Pulumi resource with full inputs and outputs keyed by URN
pulumi_output(1h)— Individual Pulumi stack output