logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pulumi Preview - Show Infrastructure Updates | Online Free DevTools by Hexmos

Show infrastructure updates with Pulumi Preview. Inspect changes, identify potential issues, and ensure safe deployments. Free online tool, no registration required.

pulumi-preview

Show a preview of updates to a stack’s resources. More information: https://www.pulumi.com/docs/iac/cli/commands/pulumi_preview/.

  • Show a preview of updates to a stack’s resources:

pulumi preview

  • Show a preview of updates to a stack’s resources in JSON format:

pulumi preview {{[-j|--json]}}

  • Preview updates as a rich diff showing overall changes:

pulumi preview --diff

  • Preview updates using a Policy Pack (without Pulumi Cloud, best on CI/CD):

pulumi preview --policy-pack {{path/to/directory}}

  • Display help:

pulumi preview {{[-h|--help]}}

See Also