Closed
Description
In v1 it was working as expected. After updating to v2 the command aws cloudfront create-invalidation --distribution-id ID_HERE --paths /*
after successful finish awaits for user input.
This issue makes chaining it with other commands impossible (in bash scripts for example). Here's the screen share video demonstrating the issue. I have to press Q
on a keyboard to exit and continue.