Linux command
pulumi-schema 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Check schema validity
pulumi schema check [schema.json]
说明
pulumi schema manages Pulumi package schemas. Schemas define resource types and their properties for providers. Primarily used by provider authors for validation.
参数
- check _file_
- Validate schema file.
FAQ
What is the pulumi-schema command used for?
pulumi schema manages Pulumi package schemas. Schemas define resource types and their properties for providers. Primarily used by provider authors for validation.
How do I run a basic pulumi-schema example?
Run `pulumi schema check [schema.json]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does check _file_ do in pulumi-schema?
Validate schema file.