mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 00:55:24 +02:00
pulumi-up: add --suppress-outputs example (#13536)
This commit is contained in:
parent
193ed75ff1
commit
c0571c128e
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
|||
- Preview and deploy changes in a specific stack:
|
||||
|
||||
`pulumi up --stack {{stack}}`
|
||||
|
||||
- Don't display stack outputs:
|
||||
|
||||
`pulumi up --suppress-outputs`
|
||||
|
|
Loading…
Add table
Reference in a new issue