Skip to main content

Pulumi

@ulfamansson/pulumiv2026.04.27.3· 23d agoMODELS
01README

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

02Models1
@ulfamansson/pulumiv2026.04.27.3pulumi.ts

Global Arguments

ArgumentTypeDescription
workDirstringPath to the Pulumi project directory
stackstringStack name (e.g. dev, prod, staging)
fn list_resources()
List all resources in the Pulumi stack with URN, type, name, and cloud ID
fn read_state()
Read full Pulumi stack state — writes one resource per URN with inputs and outputs
fn get_outputs(showSecrets: boolean)
Read 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
03Previous Versions2
2026.04.27.2Apr 27, 2026
2026.04.27.1Apr 27, 2026
04Stats
D
41 / 100
Downloads
1
Archive size
3.1 KB
  • 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
  • Platform support declared (or universal)2/2earned
  • License declared0/1missing
  • Verified public repository0/2missing
05Platforms
06Labels