mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 18:01:37 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/pulumi-schema
Normal file
22
tldr/pulumi-schema
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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]}}`
|
||||
Reference in New Issue
Block a user