pulumi-up: add --continue-on-error example (#13674)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
pull/28/head
Nelson Figueroa 2024-09-11 22:30:12 -07:00 committed by GitHub
parent d9bace0b48
commit e22e199d75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

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