mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
pulumi-up: add --continue-on-error example (#13674)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
d9bace0b48
commit
e22e199d75
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@
|
|||
- Don't display stack outputs:
|
||||
|
||||
`pulumi up --suppress-outputs`
|
||||
|
||||
- Continue updating the resources, even if an error is encountered:
|
||||
|
||||
`pulumi up --continue-on-error`
|
||||
|
|
Loading…
Add table
Reference in a new issue