Linux command
pulumi-schema 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
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.