degica / kaiser

Commandline Gem that allows you to work with web apps better
https://tech.degica.com/kaiser/
MIT License
12 stars 1 forks source link

make docker build show progress #97

Closed davidsiaw closed 3 months ago

davidsiaw commented 3 months ago

Docker buildx hides the output of a build. this sucks. we want to know what went wrong when it dies. this makes it so that it shows up, and also does it in a less-intrusive fashion.

Also clean up command runner, and attempt to leave the codebase a bit better than it was

degikko commented 3 months ago

@yunshine can you help us review this PR, please?