mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 10:55:39 +02:00
pulumi-preview: add page (#13769)
This commit is contained in:
parent
9c5fabce1f
commit
740662f42b
1 changed files with 20 additions and 0 deletions
20
pages/common/pulumi-preview.md
Normal file
20
pages/common/pulumi-preview.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue