Support for --refresh
when doing Update/Preview in the automation api
#327
Labels
--refresh
when doing Update/Preview in the automation api
#327
Hello!
Issue details
Currently when calling
Stack.(Up|Preview)Async
it is not possible to specify the--refresh
flag. We get around that by callingRefreshAsync
before the actual calls, however it is a bit clunky and slows down execution due to 2 tasks having to be done against pulumi every time we want to do an update.Affected area/feature
Automation API.
The text was updated successfully, but these errors were encountered: