#Continuing the chain of inspiration ๐
1 messages ยท Page 1 of 1 (latest)
Wonder if it would make sense to be able to chain function calls to dagger shell the same way you do with dagger call.
assuming you have a script setup.dag that returns a container you'd say
dagger shell setup.dag --call terminal
could also be dagger shell -c '.eval $(host | file setup.dag | contents); terminal'
very slick with the heredoc ๐
there's a missing second part to build the CLI with the right injected engine image tag
you might be able to simplify it hugely with https://github.com/dagger/dagger/pull/9124
@last wagon - do we plan to support parallelized commands with & in the shell?
if so, we could replace hack/dev with a dagger shell script ๐
Yeah, been thinking about it. Possibly works out of the box, haven't tried it.
I saw that, really cool but not available for older versions... kind of a general dagger problem