#Continuing the chain of inspiration ๐Ÿ™‚

1 messages ยท Page 1 of 1 (latest)

proud kelp
#

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

loud pebble
#

could also be dagger shell -c '.eval $(host | file setup.dag | contents); terminal'

hushed bobcat
#

very slick with the heredoc ๐Ÿ™‚

loud pebble
#

there's a missing second part to build the CLI with the right injected engine image tag

round valve
#

@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 ๐Ÿ˜„

last wagon
loud pebble