Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The watch --wait command could also wait if stack does not exist (yet) #647

Open
martinth opened this issue Feb 26, 2025 · 0 comments
Open

Comments

@martinth
Copy link

A scenario I encounter from time to time:

  • You push a change to a (fresh) feature branch
  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant