#makes sense, i am investigating
1 messages · Page 1 of 1 (latest)
For an unsolicited war story... I manage a giant monorepo with a ./dx python script that is the main entrypoint developers run to do pretty much anything. I also use CUE to tame the yaml. The DX script is the main thing that enables me to iterate on the underlying implementation. Still working on rolling dagger into this
we're rolling out a touch of Dagger soon, that containerizes some Go builds that should have been a long time ago. The code also shows how to remove our need to build and publish the intermediate container that the eventually run in. Incremental is definitely possible