From b23bd6dad7577c5de51e1c63e8dd7bcc13076d01 Mon Sep 17 00:00:00 2001 From: Daniel Guerrero Date: Wed, 16 Jul 2025 04:34:19 -0300 Subject: [PATCH] pulumi-schema: add page (#17203) --- pages/common/pulumi-schema.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/common/pulumi-schema.md diff --git a/pages/common/pulumi-schema.md b/pages/common/pulumi-schema.md new file mode 100644 index 0000000000..3d3b6b4619 --- /dev/null +++ b/pages/common/pulumi-schema.md @@ -0,0 +1,17 @@ +# pulumi schema + +> Check a Pulumi package schema for errors. +> Schema reference: . +> More information: . + +- 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]}}`