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 Schema Check - Validate Pulumi Package Schemas | Online Free DevTools by Hexmos

Validate Pulumi package schemas with Pulumi Schema Check. Identify errors and enforce schema integrity for robust infrastructure as code. Free online tool, no registration required.

pulumi-schema

Check a Pulumi package schema for errors. Schema reference: https://www.pulumi.com/docs/iac/extending-pulumi/schema/. More information: https://www.pulumi.com/docs/iac/cli/commands/pulumi_schema/.

  • Check a package schema:

pulumi schema check {{path/to/file}}

  • Check a package schema without failing if the reference to a type is missing:

pulumi schema check --allow-dangling-references {{path/to/file}}

  • Display help:

pulumi schema check {{[-h|--help]}}

See Also