fix: propagate non-zero exit codes from `astro dev run` by jeremybeard · Pull Request #2062 · astronomer/astro-cli
In Docker mode, `Run()` piped container exec I/O but never inspected the exit code, so the CLI always returned 0 even when the subcommand failed. Call `ContainerExecInspect` after exec completes to check the exit code and return an error when it is non-zero.
marked this pull request as ready for review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters