mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-01 00:15:32 +02:00
pulumi-schema: add page (#17203)
This commit is contained in:
parent
35f0f6a8de
commit
b23bd6dad7
1 changed files with 17 additions and 0 deletions
17
pages/common/pulumi-schema.md
Normal file
17
pages/common/pulumi-schema.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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]}}`
|
Loading…
Add table
Reference in a new issue