You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI takes a moment to start deploying the application stack for my branch
I already type rain watch --wait my-branch
In that case rain reports
error watching stack 'my-branch': Stack with id my-branch does not exist
I think this could be changed to instead printing a warning (to help people that mistype the stack name) and then wait for the stack to appear. Since the watch command is purely intended for interactive use I think this would be a nice quality of life improvement.
The text was updated successfully, but these errors were encountered:
A scenario I encounter from time to time:
rain watch --wait my-branch
In that case rain reports
I think this could be changed to instead printing a warning (to help people that mistype the stack name) and then wait for the stack to appear. Since the watch command is purely intended for interactive use I think this would be a nice quality of life improvement.
The text was updated successfully, but these errors were encountered: