LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pulumi-schema

Validate Pulumi package schemas

TLDR

Check schema validity
$ pulumi schema check [schema.json]
copy

SYNOPSIS

pulumi schema command [options]

DESCRIPTION

pulumi schema manages Pulumi package schemas. Schemas define resource types and their properties for providers. Primarily used by provider authors for validation.

PARAMETERS

check file

Validate schema file.

SEE ALSO

Copied to clipboard
Kai