mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 12:02:08 +02:00
20 lines
444 B
Markdown
20 lines
444 B
Markdown
# pulumi preview
|
|
|
|
> Show a preview of updates to a stack's resources.
|
|
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_preview/>.
|
|
|
|
- Show a preview of updates to a stack's resources:
|
|
|
|
`pulumi preview`
|
|
|
|
- Show a preview of updates to a stack's resources in JSON format:
|
|
|
|
`pulumi preview --json`
|
|
|
|
- Preview updates as a rich diff showing overall changes:
|
|
|
|
`pulumi preview --diff`
|
|
|
|
- Display help:
|
|
|
|
`pulumi preview --help`
|