1
0
Fork 0
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:
Nelson Figueroa 2024-08-31 11:52:27 -07:00 committed by GitHub
parent 193ed75ff1
commit c0571c128e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`