Pulumi
@ulfamansson/pulumiv2026.04.27.3
01README
Read Pulumi stack state via CLI and marshal into swamp data keyed by URN for CEL consumption in workflows and reports.
02Models
@ulfamansson/pulumiv2026.04.27.3pulumi.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| workDir | string | Path to the Pulumi project directory |
| stack | string | Stack 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)
| Argument | Type | Description |
|---|---|---|
| showSecrets | boolean | Reveal 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 Versions
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