2024-09-21 10:10:18 -07:00
|
|
|
# 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:
|
|
|
|
|
2025-05-10 20:06:11 +03:00
|
|
|
`pulumi preview {{[-j|--json]}}`
|
2024-09-21 10:10:18 -07:00
|
|
|
|
|
|
|
- Preview updates as a rich diff showing overall changes:
|
|
|
|
|
|
|
|
`pulumi preview --diff`
|
|
|
|
|
2025-07-17 23:05:02 -03:00
|
|
|
- Preview updates using a Policy Pack (without Pulumi Cloud, best on CI/CD):
|
|
|
|
|
|
|
|
`pulumi preview --policy-pack {{path/to/directory}}`
|
|
|
|
|
2024-09-21 10:10:18 -07:00
|
|
|
- Display help:
|
|
|
|
|
2025-05-10 20:06:11 +03:00
|
|
|
`pulumi preview {{[-h|--help]}}`
|