#Pretty output w/o 'dagger run'

1 messages · Page 1 of 1 (latest)

hardy marsh
#

Hi there daggernauts!

I'm currently trying to build a custom CI system in Go using dagger as the base engine. I would really like for this program to be able to print the nice DAG view you get when running this is a dagger session, e.g 'dagger run go run ci/main.go'. But seeing as this program will run without the 'dagger run' wrapper, I currently only have the plain output and I can't seem to find out how to change that. Are there any API/SDK calls I haven't found that can do this, or are there anything else I can do to achieve this behavior?