We're integrating seed deploy commands in our CI pipelines, and although this works great, we want to be able to wait until the build completes so that we can then trigger other pipelines.
Currently seed deploy only triggers the build and does not await for response. Is there an option for this?